Skip to content

Commit 9e02535

Browse files
committed
ruff
1 parent 5cf2d91 commit 9e02535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/fastmcp/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def server(server_port: int) -> Generator[None, None, None]:
9696

9797
@pytest.mark.anyio
9898
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."""
99+
"""Test that FastMCP works when auth settings are not provided."""
100100
# Connect to the server
101101
async with sse_client(server_url + "/sse") as streams:
102102
async with ClientSession(*streams) as session:

0 commit comments

Comments
 (0)