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 2801483 commit 79eb995Copy full SHA for 79eb995
tests/test_credentials.py
@@ -29,7 +29,7 @@
29
30
31
def check_scopes(g_credential):
32
- assert isinstance(g_credential, google.auth.credentials.Scoped)
+ assert isinstance(g_credential, google.auth.credentials.ReadOnlyScoped)
33
assert sorted(credentials._scopes) == sorted(g_credential.scopes)
34
35
0 commit comments