Skip to content

Commit

Permalink
CLOUDP-240596: fix Atlas deployments test (#2824)
Browse files Browse the repository at this point in the history
  • Loading branch information
tibulca authored Apr 3, 2024
1 parent 4e8f1bf commit aff1de1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/e2e/atlas/deployments_atlas_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ import (
)

const (
collectionNameAtlas = "myCol"
databaseNameAtlas = "myDB"
collectionNameAtlas = "movies"
databaseNameAtlas = "sample_mflix"
)

func TestDeploymentsAtlas(t *testing.T) {
Expand Down Expand Up @@ -65,7 +65,6 @@ func TestDeploymentsAtlas(t *testing.T) {
"M10",
"--force",
"--skipMongosh",
"--skipSampleData",
"--debug",
"--projectId", g.projectID,
"--username", dbUserUsername,
Expand Down

0 comments on commit aff1de1

Please sign in to comment.