aboutsummaryrefslogtreecommitdiff
path: root/tests/test_credentials.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_credentials.py')
-rw-r--r--tests/test_credentials.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/test_credentials.py b/tests/test_credentials.py
index 2023fac..0637b01 100644
--- a/tests/test_credentials.py
+++ b/tests/test_credentials.py
@@ -115,12 +115,6 @@ def test_anonymous_credentials_before_request():
assert headers == {}
-def test_anonymous_credentials_with_quota_project():
- with pytest.raises(ValueError):
- anon = credentials.AnonymousCredentials()
- anon.with_quota_project("project-foo")
-
-
class ReadOnlyScopedCredentialsImpl(credentials.ReadOnlyScoped, CredentialsImpl):
@property
def requires_scopes(self):