Skip to content

Commit 61da863

Browse files
authored
fix: fix cleanup task (#4134)
1 parent f6cd976 commit 61da863

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/internal/cleanup_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ func TestCleanup(t *testing.T) {
7070
"list",
7171
"--limit=500",
7272
"-o=json",
73+
"-P",
74+
ProfileName(),
7375
}
7476
if orgID, set := os.LookupEnv("MONGODB_ATLAS_ORG_ID"); set {
7577
args = append(args, "--orgId", orgID)

0 commit comments

Comments
 (0)