Skip to content

Commit 2610037

Browse files
committed
fix formatting issue
1 parent f1747e5 commit 2610037

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/test_external_account_authorized_user.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@
3232
QUOTA_PROJECT_ID = "654321"
3333
POOL_ID = "POOL_ID"
3434
PROVIDER_ID = "PROVIDER_ID"
35-
AUDIENCE = (
36-
"//iam.googleapis.com/locations/global/workforcePools/{}/providers/{}".format(
37-
POOL_ID, PROVIDER_ID
38-
)
35+
AUDIENCE = "//iam.googleapis.com/locations/global/workforcePools/{}/providers/{}".format(
36+
POOL_ID, PROVIDER_ID
3937
)
4038
REFRESH_TOKEN = "REFRESH_TOKEN"
4139
NEW_REFRESH_TOKEN = "NEW_REFRESH_TOKEN"

0 commit comments

Comments
 (0)