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 f1747e5 commit 2610037Copy full SHA for 2610037
tests/test_external_account_authorized_user.py
@@ -32,10 +32,8 @@
32
QUOTA_PROJECT_ID = "654321"
33
POOL_ID = "POOL_ID"
34
PROVIDER_ID = "PROVIDER_ID"
35
-AUDIENCE = (
36
- "//iam.googleapis.com/locations/global/workforcePools/{}/providers/{}".format(
37
- POOL_ID, PROVIDER_ID
38
- )
+AUDIENCE = "//iam.googleapis.com/locations/global/workforcePools/{}/providers/{}".format(
+ POOL_ID, PROVIDER_ID
39
)
40
REFRESH_TOKEN = "REFRESH_TOKEN"
41
NEW_REFRESH_TOKEN = "NEW_REFRESH_TOKEN"
0 commit comments