Skip to content

Commit fe52e27

Browse files
g97iulio1609Copilot
andcommitted
fix: shorten docstring to comply with E501 line length limit
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3fdd5d4 commit fe52e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client/auth/extensions/test_client_credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ async def test_exchange_token_client_secret_post_includes_client_id(self, mock_s
282282

283283
@pytest.mark.anyio
284284
async def test_exchange_token_client_secret_post_without_client_id(self, mock_storage: MockTokenStorage):
285-
"""Test that client_secret_post skips body credentials when client_id is None (RFC 6749 §2.3.1 requires both)."""
285+
"""Test client_secret_post skips body credentials when client_id is None."""
286286
provider = ClientCredentialsOAuthProvider(
287287
server_url="https://api.example.com/v1/mcp",
288288
storage=mock_storage,

0 commit comments

Comments
 (0)