diff --git a/tests/TestOAuth2.py b/tests/TestOAuth2.py index 6b7e28917f..731a31690a 100644 --- a/tests/TestOAuth2.py +++ b/tests/TestOAuth2.py @@ -46,7 +46,7 @@ NO_REFRESH_AUTH_RESPONSE = AuthenticationResponse( success = True ) -MALFORMED_AUTH_RESPONSE = AuthenticationResponse() +MALFORMED_AUTH_RESPONSE = AuthenticationResponse(success=False) def test_cleanAuthService() -> None: