Skip to content

Commit 38a2628

Browse files
committed
style: fix ruff formatting in test_auth_integration.py
1 parent 333e8bb commit 38a2628

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/server/mcpserver/auth/test_auth_integration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,6 @@ async def test_none_auth_method_public_client(
13661366
token_response = response.json()
13671367
assert "access_token" in token_response
13681368

1369-
13701369
@pytest.mark.anyio
13711370
async def test_basic_auth_without_client_id_in_body(
13721371
self, test_client: httpx.AsyncClient, mock_oauth_provider: MockOAuthProvider, pkce_challenge: dict[str, str]

0 commit comments

Comments
 (0)