Skip to content

Commit edc13a2

Browse files
committed
Fix formatting error
1 parent df42d3f commit edc13a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/client/test_auth.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ async def test_discover_protected_resource_request(self, oauth_provider):
207207

208208
@pytest.mark.anyio
209209
async def test_discover_protected_resource_request_fallback(self, oauth_provider):
210-
"""Test protected resource discovery request building after a failure to discover metadata at the standard endpoint."""
210+
"""Test protected resource discovery request building after a failure to discover metadata at the
211+
standard endpoint."""
211212
request = await oauth_provider._discover_protected_resource(is_fallback=True)
212213

213214
assert request.method == "GET"

0 commit comments

Comments
 (0)