Skip to content

Commit 863e347

Browse files
committed
lint
1 parent 5db3adb commit 863e347

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ def test_switch_replica_set_project(
160160

161161
replica_set.assert_reaches_phase(Phase.Running, timeout=600)
162162

163-
def test_ops_manager_state_correctly_updated_in_moved_cluster(self, replica_set: MongoDB, user_ldap: MongoDBUser, ca_path: str):
163+
def test_ops_manager_state_correctly_updated_in_moved_cluster(
164+
self, replica_set: MongoDB, user_ldap: MongoDBUser, ca_path: str
165+
):
164166
tester = replica_set.get_automation_config_tester()
165167
tester.assert_authentication_mechanism_enabled(LDAP_AUTHENTICATION_MECHANISM, active_auth_mechanism=True)
166168
# tester.assert_expected_users(1)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class TestReplicaSetCreationAndProjectSwitch(KubernetesTester):
4949
"""
5050
E2E test suite for replica set creation, user connectivity with SCRAM-SHA-256 authentication and switching Ops Manager project reference.
5151
"""
52-
52+
5353
PASSWORD_SECRET_NAME = "mms-user-1-password"
5454
USER_PASSWORD = "my-password"
5555
USER_NAME = "mms-user-1"

0 commit comments

Comments
 (0)