Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 9492633

Browse files
committed
Fix Python E2E tests.
See bug for an explanation of the problem. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=130105263
1 parent 42d4393 commit 9492633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/googleclouddebugger/gcp_hub_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def EnableGceAuth(self):
188188
service. It is done lazily from the worker thread. The motivation is to
189189
speed up initialization and be able to recover from failures.
190190
"""
191-
self._credentials = AppAssertionCredentials(_CLOUD_PLATFORM_SCOPE)
191+
self._credentials = AppAssertionCredentials()
192192
self._project_id = lambda: self._QueryGcpProject('project-id')
193193
self._project_number = lambda: self._QueryGcpProject('numeric-project-id')
194194

0 commit comments

Comments
 (0)