Skip to content

Commit

Permalink
modify test for napi to use request_unsplash_api
Browse files Browse the repository at this point in the history
  • Loading branch information
m-p-esser committed Oct 8, 2023
1 parent c9a003a commit f4382cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_generic_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
parse_response,
prepare_proxy_adresses,
request_unsplash_api,
request_unsplash_napi,
response_data_to_df,
store_response_df_to_gcs_bucket,
)
Expand Down Expand Up @@ -40,7 +39,7 @@ def test_request_unsplash_successful():
def test_request_unsplash_napi_successful():
with disable_run_logger():
proxies = prepare_proxy_adresses.fn(proxy_type="residential")
response = request_unsplash_napi.fn(
response = request_unsplash_api.fn(
endpoint="/photos",
proxies=proxies,
params={"per_page": 30, "order_by": "oldest", "page": 1},
Expand Down

0 comments on commit f4382cf

Please sign in to comment.