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 0117082 commit 9f40503Copy full SHA for 9f40503
tests/test__auth.py
@@ -132,9 +132,7 @@ def test_credentials_from_file(self):
132
133
def test_default_credentials_with_scopes_and_quota_project(self):
134
with self.assertRaises(EnvironmentError):
135
- _auth.default_credentials(
136
- scopes=["1", "2"], quota_project_id="my-project"
137
- )
+ _auth.default_credentials(scopes=["1", "2"], quota_project_id="my-project")
138
139
def test_with_scopes_non_scoped(self):
140
credentials = mock.Mock(spec=oauth2client.client.Credentials)
0 commit comments