Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Jul 28, 2024
1 parent e7cc6b7 commit c9ee0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/test/test_step_1/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ async def test_events(events, helpers):

javascript_event = scan.make_event("http://evilcorp.com/asdf/a.js?b=c#d", "URL_UNVERIFIED", parent=scan.root_event)
assert "extension-js" in javascript_event.tags
await scan.ingress_module.handle_event(javascript_event, {})
await scan.ingress_module.handle_event(javascript_event)
assert "httpx-only" in javascript_event.tags

# scope distance
Expand Down

0 comments on commit c9ee0e9

Please sign in to comment.