Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
  • Loading branch information
mpiannucci and dcherian authored Nov 15, 2024
1 parent a852e9e commit afd7d45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_cf_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def test_cf_position_query(cf_client, cf_air_dataset, cf_temp_dataset):
assert response.status_code == 200, "Response did not return successfully"

data = response.json()
print(data)
for key in ("type", "domain", "parameters", "ranges"):
assert key in data, f"Key {key} is not a top level key in the CovJSON response"

Expand Down

0 comments on commit afd7d45

Please sign in to comment.