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 0273a96 commit 2bdc50eCopy full SHA for 2bdc50e
tests/unit/test_client.py
@@ -22,7 +22,7 @@
22
def _make_credentials():
23
import google.auth.credentials
24
25
- return mock.Mock(spec=google.auth.credentials.Credentials)
+ return mock.Mock(spec=google.auth.credentials.CredentialsWithQuotaProject)
26
27
28
class Test_ClientFactoryMixin(unittest.TestCase):
0 commit comments