Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed Nov 27, 2024
1 parent 27af324 commit f65be52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/utils_/test_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ def test_parse(self, mock_resolver):
self.assertEqual(settings_dict["NAME"], "myDatabase")
self.assertEqual(settings_dict["HOST"], "mongodb+srv://cluster0.example.mongodb.net")
self.assertEqual(settings_dict["USER"], "myDatabaseUser")
self.assertEqual(settings_dict["PASSWORD"], "D1fficultP%40ssw0rd")
self.assertEqual(settings_dict["PORT"], 27017)
self.assertEqual(settings_dict["PASSWORD"], "D1fficultP@ssw0rd")
self.assertEqual(settings_dict["PORT"], None)

0 comments on commit f65be52

Please sign in to comment.