Skip to content

Commit 0826232

Browse files
yannj-frKludex
andauthored
Update tests/server/auth/test_protected_resource.py
Co-authored-by: Marcelo Trylesinski <[email protected]>
1 parent 82852be commit 0826232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/auth/test_protected_resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def protected_resource_app():
2929

3030

3131
@pytest.fixture
32-
async def protected_resource_test_client(protected_resource_app: Starlette):
32+
async def test_client(protected_resource_app: Starlette):
3333
"""Fixture to create an HTTP client for the protected resource app."""
3434
async with httpx.AsyncClient(
3535
transport=httpx.ASGITransport(app=protected_resource_app), base_url="https://mcptest.com"

0 commit comments

Comments
 (0)