We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf2d91 commit 9e02535Copy full SHA for 9e02535
1 file changed
tests/server/fastmcp/test_integration.py
@@ -96,7 +96,7 @@ def server(server_port: int) -> Generator[None, None, None]:
96
97
@pytest.mark.anyio
98
async def test_fastmcp_without_auth(server: None, server_url: str) -> None:
99
- """Test that FastMCP works without authentication when auth settings are not provided."""
+ """Test that FastMCP works when auth settings are not provided."""
100
# Connect to the server
101
async with sse_client(server_url + "/sse") as streams:
102
async with ClientSession(*streams) as session:
0 commit comments