Skip to content

Commit

Permalink
dbshel: Fix unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
WaVEV committed May 4, 2024
1 parent 0f672cd commit 3115e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dbshell/test_mongodb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3115e63

Please sign in to comment.