From aff1de1dbdfb031ee5ff9efdcc07632a493b9ffc Mon Sep 17 00:00:00 2001 From: Ciprian Tibulca Date: Wed, 3 Apr 2024 10:10:22 +0300 Subject: [PATCH] CLOUDP-240596: fix Atlas deployments test (#2824) --- test/e2e/atlas/deployments_atlas_test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/e2e/atlas/deployments_atlas_test.go b/test/e2e/atlas/deployments_atlas_test.go index 1c70e10e90..e3478eb475 100644 --- a/test/e2e/atlas/deployments_atlas_test.go +++ b/test/e2e/atlas/deployments_atlas_test.go @@ -32,8 +32,8 @@ import ( ) const ( - collectionNameAtlas = "myCol" - databaseNameAtlas = "myDB" + collectionNameAtlas = "movies" + databaseNameAtlas = "sample_mflix" ) func TestDeploymentsAtlas(t *testing.T) { @@ -65,7 +65,6 @@ func TestDeploymentsAtlas(t *testing.T) { "M10", "--force", "--skipMongosh", - "--skipSampleData", "--debug", "--projectId", g.projectID, "--username", dbUserUsername,