Skip to content

Commit

Permalink
fix speculate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Feb 7, 2024
1 parent e5d88dc commit 5f8d266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bbot/test/test_step_2/module_tests/test_module_speculate.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class TestSpeculate_OpenPorts(ModuleTestBase):
async def setup_before_prep(self, module_test):
module_test.mock_dns(
{
"evilcorp.com": {"A": "127.0.254.1"},
"asdf.evilcorp.com": {"A": "127.0.254.2"},
"evilcorp.com": {"A": ["127.0.254.1"]},
"asdf.evilcorp.com": {"A": ["127.0.254.2"]},
}
)

Expand Down

0 comments on commit 5f8d266

Please sign in to comment.