Skip to content

Commit d40f3f8

Browse files
fix tests
1 parent a94b190 commit d40f3f8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_applets/test_applet_targets.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,10 +482,9 @@ async def after_scan_2(self):
482482
assets = [a async for a in self.bbot_server.list_assets()]
483483

484484
# evilcorp.azure.com (127.0.0.3) and evilcorp.amazonaws.com (127.0.0.4) are now part of the target
485-
# 127.0.0.1 no longer exists (it is nowhere to be found in scan 2)
486485
# localhost.evilcorp.com (127.0.0.2) is still blacklisted
487486
target_2_assets = {a.host for a in assets if self.target2.id in a.scope}
488-
assert target_2_assets == {"evilcorp.azure.com", "evilcorp.amazonaws.com"}
487+
assert target_2_assets == {"127.0.0.1", "evilcorp.azure.com", "evilcorp.amazonaws.com"}
489488

490489
async def after_archive(self):
491490
pass

0 commit comments

Comments
 (0)