We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643ae86 commit 094c341Copy full SHA for 094c341
tests/client/test_auth.py
@@ -86,21 +86,6 @@ def oauth_provider_without_scope(oauth_provider: OAuthClientProvider) -> OAuthCl
86
return oauth_provider
87
88
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
104
@pytest.fixture
105
def prm_metadata_response():
106
"""PRM metadata response with scopes."""
0 commit comments