Skip to content

Commit 622b1a1

Browse files
committed
use correct projectn
1 parent 4aa5b41 commit 622b1a1

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 := os.Getenv("MONGODB_ATLAS_PROJECT_EAR_PE_ID")
167+
projectID := os.Getenv("MONGODB_ATLAS_PROJECT_EAR_PE_AWS_ID")
168168

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

0 commit comments

Comments
 (0)