Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 2d69358

Browse files
committed
test: Correct regional access boundary lookup URL path.
1 parent e5388a7 commit 2d69358

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_external_account_authorized_user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ def test_with_regional_access_boundary(self):
618618

619619
def test_build_regional_access_boundary_lookup_url(self):
620620
credentials = self.make_credentials()
621-
expected_url = "https://iamcredentials.googleapis.com/v1/workforcePools/POOL_ID/locations/global/allowedLocations"
621+
expected_url = "https://iamcredentials.googleapis.com/v1/locations/global/workforcePools/POOL_ID/allowedLocations"
622622
assert credentials._build_regional_access_boundary_lookup_url() == expected_url
623623

624624
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)