Skip to content

Commit 63a2b58

Browse files
SarahFrenchBBBmau
authored andcommitted
Make SA made by acctest.BootstrapServiceAccount unique to this test
1 parent 81f26d2 commit 63a2b58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mmv1/third_party/terraform/services/resourcemanager/ephemeral_google_service_account_jwt_test.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ func TestAccEphemeralServiceAccountJwt_withDelegates(t *testing.T) {
3030
t.Parallel()
3131

3232
initialServiceAccount := envvar.GetTestServiceAccountFromEnv(t)
33-
delegateServiceAccountEmailOne := acctest.BootstrapServiceAccount(t, "delegate1", initialServiceAccount) // SA_2
34-
delegateServiceAccountEmailTwo := acctest.BootstrapServiceAccount(t, "delegate2", delegateServiceAccountEmailOne) // SA_3
35-
targetServiceAccountEmail := acctest.BootstrapServiceAccount(t, "target", delegateServiceAccountEmailTwo) // SA_4
33+
delegateServiceAccountEmailOne := acctest.BootstrapServiceAccount(t, "jwt-delegate1", initialServiceAccount) // SA_2
34+
delegateServiceAccountEmailTwo := acctest.BootstrapServiceAccount(t, "jwt-delegate2", delegateServiceAccountEmailOne) // SA_3
35+
targetServiceAccountEmail := acctest.BootstrapServiceAccount(t, "jwt-target", delegateServiceAccountEmailTwo) // SA_4
3636

3737
resource.Test(t, resource.TestCase{
3838
PreCheck: func() { acctest.AccTestPreCheck(t) },

0 commit comments

Comments
 (0)