Skip to content

Commit

Permalink
Remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed May 4, 2023
1 parent 0c599b4 commit fb0d606
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,7 @@ def test_get_record_data_missing_required_params_returns_empty_list(
assert images == []


def test_get_record_data_missing_image_urls_returns_empty_dictionary(
falsy_property, api_param
):
def test_get_record_data_missing_image_urls_returns_empty_dictionary():
search_response = _get_resource_json("response_search_success.json")
result = search_response["nyplAPI"]["response"]["result"][0]

Expand Down

0 comments on commit fb0d606

Please sign in to comment.