Skip to content

Commit 2fa4294

Browse files
committed
tests(google): python 3.7 compatibility
1 parent 4037177 commit 2fa4294

File tree

1 file changed

+1
-1
lines changed
  • allauth/socialaccount/providers/google

1 file changed

+1
-1
lines changed

Diff for: allauth/socialaccount/providers/google/tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,6 @@ def test_complete_login_variants(
345345
if not response.get("id_token"):
346346
assert not decode_mock.called
347347
else:
348-
assert decode_mock.call_args.kwargs["verify_signature"] == (
348+
assert decode_mock.call_args[1]["verify_signature"] == (
349349
not did_fetch_access_token
350350
)

0 commit comments

Comments
 (0)