Skip to content

Commit 79eb995

Browse files
authored
Fixing a failing test (failure caused by a change made in google-auth v1.1.1 that went out today) (#75)
1 parent 2801483 commit 79eb995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030

3131
def check_scopes(g_credential):
32-
assert isinstance(g_credential, google.auth.credentials.Scoped)
32+
assert isinstance(g_credential, google.auth.credentials.ReadOnlyScoped)
3333
assert sorted(credentials._scopes) == sorted(g_credential.scopes)
3434

3535

0 commit comments

Comments
 (0)