Skip to content

Commit

Permalink
Test response for different Python version unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nikki-t committed Jun 11, 2024
1 parent b874c01 commit 61b2e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthaccess/utils/_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_results(
except requests.exceptions.HTTPError as ex:
raise RuntimeError(ex.response.text) from ex

logger.info("RESPONSE: %s", response)
logger.info("RESPONSE: %s", response.json())
latest = response.json()["items"]

results.extend(latest)
Expand Down

0 comments on commit 61b2e04

Please sign in to comment.