We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f184a5 commit 51b6b07Copy full SHA for 51b6b07
tests/backend_/utils/test_parse_uri.py
@@ -91,7 +91,7 @@ def test_test_kwarg(self):
91
self.assertEqual(settings_dict["TEST"], {"NAME": "test_db"})
92
93
def test_invalid_credentials(self):
94
- msg = "The empty string is not valid username."
+ msg = "The empty string is not valid username"
95
with self.assertRaisesMessage(pymongo.errors.InvalidURI, msg):
96
parse_uri("mongodb://:@localhost")
97
0 commit comments