Skip to content

Commit 6975ed9

Browse files
CLOUDP-337865: [AtlasCLI] atlas deployments test failing (#4143)
1 parent b7cc32e commit 6975ed9

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

test/e2e/atlas/deployments/local/auth/deprecated/deploymentslocalauthindexdeprecated/deployments_local_auth_index_deprecated_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ func TestDeploymentsLocalWithAuthIndexDeprecated(t *testing.T) {
9595
dbUsername,
9696
"--password",
9797
dbUserPassword,
98-
"--bindIpAll",
9998
"--force",
10099
"-P",
101100
internal.ProfileName(),

test/e2e/atlas/deployments/local/auth/new/deploymentslocalauth/deployments_local_auth_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ func TestDeploymentsLocalWithAuth(t *testing.T) {
9595
dbUsername,
9696
"--password",
9797
dbUserPassword,
98-
"--bindIpAll",
9998
"--force",
10099
"-P",
101100
internal.ProfileName(),

test/e2e/atlas/deployments/local/nocli/deploymentslocalnocli/deployments_local_nocli_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func TestDeploymentsLocalWithNoCLI(t *testing.T) {
9494
"run",
9595
"-d",
9696
"--name", deploymentName,
97-
"-P",
97+
"-p", "127.0.0.1::27017",
9898
"-e", "MONGODB_INITDB_ROOT_USERNAME="+dbUsername,
9999
"-e", "MONGODB_INITDB_ROOT_PASSWORD="+dbUserPassword,
100100
image,

0 commit comments

Comments
 (0)