Skip to content

Commit

Permalink
fix tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Nov 13, 2023
1 parent 5c5b085 commit 99ae8e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bbot/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def pytest_sessionfinish(session, exitstatus):
logger.removeHandler(handler)

# Wipe out BBOT home dir
# shutil.rmtree("/tmp/.bbot_test", ignore_errors=True)
shutil.rmtree("/tmp/.bbot_test", ignore_errors=True)

yield

Expand Down
2 changes: 1 addition & 1 deletion bbot/test/test_step_2/module_tests/test_module_sslcert.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class TestSSLCert(ModuleTestBase):
config_overrides = {"scope_report_distance": 1}

def check(self, module_test, events):
assert len(events) == 5
assert len(events) == 6
assert 1 == len(
[
e
Expand Down

0 comments on commit 99ae8e9

Please sign in to comment.