Skip to content

Commit 2bb1986

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func TestAccEphemeralServiceAccountJwt_basic(t *testing.T) {
1313
t.Parallel()
1414

1515
serviceAccount := envvar.GetTestServiceAccountFromEnv(t)
16-
targetServiceAccountEmail := acctest.BootstrapServiceAccount(t, "basic", serviceAccount)
16+
targetServiceAccountEmail := acctest.BootstrapServiceAccount(t, "jwt-basic", serviceAccount)
1717

1818
resource.Test(t, resource.TestCase{
1919
PreCheck: func() { acctest.AccTestPreCheck(t) },

0 commit comments

Comments
 (0)