Skip to content

Commit 094c341

Browse files
committed
remove unused fixture
1 parent 643ae86 commit 094c341

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

tests/client/test_auth.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -86,21 +86,6 @@ def oauth_provider_without_scope(oauth_provider: OAuthClientProvider) -> OAuthCl
8686
return oauth_provider
8787

8888

89-
@pytest.fixture
90-
def oauth_metadata_response():
91-
"""Common OAuth metadata response with scopes."""
92-
return httpx.Response(
93-
200,
94-
content=(
95-
b'{"issuer": "https://auth.example.com", '
96-
b'"authorization_endpoint": "https://auth.example.com/authorize", '
97-
b'"token_endpoint": "https://auth.example.com/token", '
98-
b'"registration_endpoint": "https://auth.example.com/register", '
99-
b'"scopes_supported": ["read", "write", "admin"]}'
100-
),
101-
)
102-
103-
10489
@pytest.fixture
10590
def prm_metadata_response():
10691
"""PRM metadata response with scopes."""

0 commit comments

Comments
 (0)