Skip to content

Commit a84603b

Browse files
committed
fix(private-registry): update audience value in OIDC private registry update test
1 parent ac77d7a commit a84603b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/private_registries_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ func TestPrivateRegistries_UpdateOrganizationPrivateRegistry_OIDC(t *testing.T)
222222
RoleName: Ptr("my-role"),
223223
Domain: Ptr("my-domain"),
224224
DomainOwner: Ptr("123456789012"),
225-
Audience: Ptr("sts.amazonaws.com"),
225+
Audience: Ptr("example.com"),
226226
Visibility: Ptr(PrivateRegistryVisibilitySelected),
227227
}
228228

0 commit comments

Comments
 (0)