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 f3fc580 commit 54de711
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Logging/modules/test_MongoDB.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,8 @@ def test_log_honeyagent(self):
assert mongo.honeyagent.count_documents({}) in (0,)

mongo.set_url(self.url)
mongo.log_location(self.url, self.file_data)
mongo.log_file(self.file_data)
mongo.log_honeyagent(self.file_data, "sample-report")
assert mongo.honeyagent.count_documents({}) in (1,)

Expand Down

0 comments on commit 54de711

Please sign in to comment.