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 82852be commit 0826232Copy full SHA for 0826232
tests/server/auth/test_protected_resource.py
@@ -29,7 +29,7 @@ def protected_resource_app():
29
30
31
@pytest.fixture
32
-async def protected_resource_test_client(protected_resource_app: Starlette):
+async def test_client(protected_resource_app: Starlette):
33
"""Fixture to create an HTTP client for the protected resource app."""
34
async with httpx.AsyncClient(
35
transport=httpx.ASGITransport(app=protected_resource_app), base_url="https://mcptest.com"
0 commit comments