Skip to content

Commit

Permalink
fix, tests: silence httpx warning (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored Jun 12, 2023
1 parent c2e4ad9 commit b9cedf3
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 @@ -41,7 +41,7 @@ def _assert_dependency_applied(api, routes):
method=route["method"].lower(),
url=path,
auth=("bob", "dobbs"),
data='{"dummy": "payload"}',
content='{"dummy": "payload"}',
headers={"content-type": "application/json"},
)
assert (
Expand Down

0 comments on commit b9cedf3

Please sign in to comment.