Skip to content

Commit 2148c93

Browse files
committed
merge
1 parent 6399e3a commit 2148c93

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/unit/client/test_oauth2_providers.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -507,9 +507,7 @@ async def post(
507507
await provider._request_token()
508508

509509
assert capturing_client.captured_data is not None
510-
assert capturing_client.captured_headers == {
511-
"Content-Type": "application/x-www-form-urlencoded"
512-
}
510+
assert capturing_client.captured_headers == {"Content-Type": "application/x-www-form-urlencoded"}
513511
assert capturing_client.captured_data["grant_type"] == "client_credentials"
514512
assert capturing_client.captured_data["resource"] == provider.resource
515513
assert "scope" not in capturing_client.captured_data

0 commit comments

Comments
 (0)