Skip to content

Commit

Permalink
working on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Oct 18, 2023
1 parent 6b1e320 commit f32448a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bbot/test/test_step_1/test_modules_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ async def test_modules_basic_perhostonly(scan, helpers, events, bbot_config, bbo
"evilcorp.com",
modules=list(set(available_modules + available_internal_modules)),
config=bbot_config,
force_start=True,
)

await per_host_scan.load_modules()
await per_host_scan.setup_modules()
per_host_scan.status = "RUNNING"

Expand Down Expand Up @@ -215,6 +215,7 @@ async def test_modules_basic_perdomainonly(scan, helpers, events, bbot_config, b
"evilcorp.com",
modules=list(set(available_modules + available_internal_modules)),
config=bbot_config,
force_start=True,
)

await per_domain_scan.load_modules()
Expand Down

0 comments on commit f32448a

Please sign in to comment.