Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-maschler committed Apr 5, 2024
1 parent 68aff85 commit 3d946f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac_fastapi/api/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def _assert_dependency_applied(api, routes):
headers={"content-type": "application/json"},
)
assert (
response.status_code == 200
200 <= response.status_code < 300
), "Authenticated requests should be accepted"
assert response.json() == "dummy response"

Expand Down

0 comments on commit 3d946f6

Please sign in to comment.