Skip to content

Commit aff1de1

Browse files
author
Ciprian Tibulca
authored
CLOUDP-240596: fix Atlas deployments test (#2824)
1 parent 4e8f1bf commit aff1de1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/e2e/atlas/deployments_atlas_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ import (
3232
)
3333

3434
const (
35-
collectionNameAtlas = "myCol"
36-
databaseNameAtlas = "myDB"
35+
collectionNameAtlas = "movies"
36+
databaseNameAtlas = "sample_mflix"
3737
)
3838

3939
func TestDeploymentsAtlas(t *testing.T) {
@@ -65,7 +65,6 @@ func TestDeploymentsAtlas(t *testing.T) {
6565
"M10",
6666
"--force",
6767
"--skipMongosh",
68-
"--skipSampleData",
6968
"--debug",
7069
"--projectId", g.projectID,
7170
"--username", dbUserUsername,

0 commit comments

Comments
 (0)