Skip to content

Commit 81313bd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 818a273 commit 81313bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_authorization_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ def test_prompt_none_with_error(self):
681681
self.oauth2_settings.PKCE_REQUIRED = False
682682

683683
query_data = {
684-
"client_id": 'invalid',
684+
"client_id": "invalid",
685685
"response_type": "code",
686686
"state": "random_state_string",
687687
"scope": "read write",

0 commit comments

Comments
 (0)