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 aee7ee9 commit 453de4cCopy full SHA for 453de4c
tests/client/test_auth.py
@@ -78,7 +78,7 @@ def oauth_metadata():
78
@pytest.fixture
79
def oauth_protected_resource_metadata():
80
return OAuthProtectedResourceMetadata(
81
- resource="https://api.example.com/v1/mcp",
+ resource=AnyHttpUrl("https://api.example.com/v1/mcp"),
82
authorization_servers=[AnyHttpUrl("https://auth.example.com")],
83
scopes_supported=["read", "write"],
84
bearer_methods_supported=["header"],
0 commit comments