Skip to content

Commit

Permalink
hmmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed May 11, 2024
1 parent 78ad88c commit 490c486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/test/test_step_1/test_manager_deduplication.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ async def do_scan(*args, _config={}, _dns_mock={}, scan_callback=None, **kwargs)
assert 1 == len([e for e in default_events if e.type == "DNS_NAME" and e.data == "test.notreal" and str(e.module) == "TARGET" and "SCAN:" in e.source.data])

for e in all_events:
log.critical(f"{e}:{e.graph_important} <-- {e.source}:{e.source.graph_important} <-- {e.source.source}:{e.source.source.graph_important}")
log.critical(f"{e}:{e._graph_important} <-- {e.source}:{e.source._graph_important} <-- {e.source.source}:{e.source.source._graph_important}")
assert len(all_events) == 27
assert 1 == len([e for e in all_events if e.type == "DNS_NAME" and e.data == "accept_dupes.test.notreal" and str(e.module) == "accept_dupes"])
assert 1 == len([e for e in all_events if e.type == "DNS_NAME" and e.data == "default_module.test.notreal" and str(e.module) == "default_module"])
Expand Down

0 comments on commit 490c486

Please sign in to comment.