Skip to content

Commit 40124cf

Browse files
committed
address feedback
1 parent 06effa5 commit 40124cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/mongodb-kubernetes-tests/tests/authentication/replica_set_scram_sha_256_connectivity.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def connection_string_secret(replica_set: MongoDB):
7272
@mark.e2e_replica_set_scram_sha_256_user_connectivity
7373
class TestReplicaSetCreation(KubernetesTester):
7474
def test_replica_set_created(self, replica_set: MongoDB):
75-
replica_set.create()
75+
replica_set.update()
7676
replica_set.assert_reaches_phase(Phase.Running, timeout=400)
7777

7878
def test_replica_set_connectivity(self, replica_set: MongoDB):
@@ -90,7 +90,7 @@ def test_ops_manager_state_correctly_updated(self, replica_set: MongoDB):
9090
@mark.e2e_replica_set_scram_sha_256_user_connectivity
9191
def test_create_user(scram_user: MongoDBUser, namespace: str):
9292
create_password_secret(namespace)
93-
scram_user.create()
93+
scram_user.update()
9494
scram_user.assert_reaches_phase(Phase.Updated)
9595

9696

0 commit comments

Comments
 (0)