diff --git a/tests/dbshell/test_mongodb.py b/tests/dbshell/test_mongodb.py index d847bdbb90..bc218b170d 100644 --- a/tests/dbshell/test_mongodb.py +++ b/tests/dbshell/test_mongodb.py @@ -96,7 +96,7 @@ def test_connect_with_fileconfigs(self): "--username", "someuser", "--password", - "someuser", + "somepassword", "mongodb://host:3333/somedbname", "path_to_file1", "path_to_file2",