Skip to content

Commit

Permalink
add placeholder test (commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
m-p-esser committed Oct 3, 2023
1 parent 2327945 commit 651e331
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/test_generic_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ def test_request_unsplash_napi_successful():
assert response.status_code == 200


# def test_request_unsplash_napi_async_successful():
# with disable_run_logger():
# proxies = prepare_proxy_adresses.fn(method="bright-data")
# response = request_unsplash_napi_async.fn(
# endpoint="/photos/3jUTmrmdNVg",
# proxies=proxies,
# )
# assert response.status_code == 200


def test_parse_response_successful():
with disable_run_logger():
# Create an instance of the Response object
Expand Down

0 comments on commit 651e331

Please sign in to comment.