Skip to content

Commit

Permalink
fix test?
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 19, 2024
1 parent 06b26df commit e8f6477
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bbot/test/test_step_2/module_tests/test_module_gowitness.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,5 @@ def check(self, module_test, events):
assert len(webscreenshots) == 1
webscreenshot = webscreenshots[0]
filename = Path(webscreenshot.data["path"])
assert filename.exists()
# sadly this file doesn't exist because gowitness doesn't truncate properly
assert not filename.exists()

0 comments on commit e8f6477

Please sign in to comment.