Skip to content

Commit 26b8dc7

Browse files
committed
create project
1 parent 90bb920 commit 26b8dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/testutil/acc/encryption_at_rest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ func EncryptionAtRestExecution(tb testing.TB) string {
164164
SkipInUnitTest(tb)
165165
require.True(tb, sharedInfo.init, "SetupSharedResources must called from TestMain test package")
166166

167-
projectID := createProject(tb, "encryption-at-rest-delete-on-create-timeout-test")
167+
projectID := ProjectIDExecution(tb)
168168

169169
sharedInfo.mu.Lock()
170170
defer sharedInfo.mu.Unlock()

0 commit comments

Comments
 (0)