We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b61d3 commit 7665706Copy full SHA for 7665706
tests/test__auth.py
@@ -89,7 +89,7 @@ class CredentialsWithScopes(
89
90
self.assertNotEqual(credentials, returned)
91
self.assertEqual(returned, credentials.with_scopes.return_value)
92
- credentials.with_scopes.assert_called_once_with(mock.sentinel.scopes)
+ credentials.with_scopes.assert_called_once_with(mock.sentinel.scopes, default_scopes=None)
93
94
def test_authorized_http(self):
95
credentials = mock.Mock(spec=google.auth.credentials.Credentials)
0 commit comments