Skip to content

Commit

Permalink
remove unused authenticated=True
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau committed Sep 15, 2024
1 parent d24061a commit 645cb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api_client_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_wrapped_methods() -> None:


def test_get_path_only() -> None:
client = get_test_client(authenticated=True)
client = get_test_client()
with requests_mock.Mocker() as mocker:
mocker.register_uri(
"GET",
Expand Down

0 comments on commit 645cb8a

Please sign in to comment.