Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Nov 8, 2024
1 parent 54de711 commit eace652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ThugAPI/test_ThugAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ def test_log_output(self):
assert not os.path.isfile(self.log_file)

def test_mongodb_address(self):
log.ThugOpts.mongodb_address = None
assert self.thug_api.get_mongodb_address() is None

self.thug_api.set_mongodb_address("127.0.0.1:27017")
Expand Down

0 comments on commit eace652

Please sign in to comment.