Skip to content

Commit bb9af61

Browse files
committed
Wrap test signature that exceeded the line limit after the rename
1 parent dae920c commit bb9af61

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/server/auth/test_identity_assertion.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,9 @@ async def test_identity_assertion_rejected_when_disabled(provider: IdentityAsser
216216

217217

218218
@pytest.mark.anyio
219-
async def test_identity_assertion_rejects_public_client(client: httpx2.AsyncClient, provider: IdentityAssertionProvider):
219+
async def test_identity_assertion_rejects_public_client(
220+
client: httpx2.AsyncClient, provider: IdentityAssertionProvider
221+
):
220222
"""A public (auth method 'none') client cannot use the grant, even if it presents a valid assertion."""
221223
provider.clients["public-client"] = OAuthClientInformationFull(
222224
client_id="public-client",

0 commit comments

Comments
 (0)