Skip to content

Commit 9f40503

Browse files
1 parent 0117082 commit 9f40503

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test__auth.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@ def test_credentials_from_file(self):
132132

133133
def test_default_credentials_with_scopes_and_quota_project(self):
134134
with self.assertRaises(EnvironmentError):
135-
_auth.default_credentials(
136-
scopes=["1", "2"], quota_project_id="my-project"
137-
)
135+
_auth.default_credentials(scopes=["1", "2"], quota_project_id="my-project")
138136

139137
def test_with_scopes_non_scoped(self):
140138
credentials = mock.Mock(spec=oauth2client.client.Credentials)

0 commit comments

Comments
 (0)