Skip to content

Commit

Permalink
Remove unused fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
cachitas committed Apr 4, 2024
1 parent 4f4e2a2 commit 15010e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_custom_caller_identity():
assert client.params["caller_identity"] == client.identity


def test_default_format(httpx_mock, test_client):
def test_default_format(test_client):
assert test_client.format == "json"


Expand Down

0 comments on commit 15010e8

Please sign in to comment.