Skip to content

Commit 391155f

Browse files
committed
test fix
1 parent 20ef830 commit 391155f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bbot/test/test_step_2/module_tests/test_module_subdomainradar.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ async def setup_after_prep(self, module_test):
1212
"asdf.blacklanternsecurity.com": {"A": ["127.0.0.88"]},
1313
}
1414
)
15+
16+
async def setup_before_prep(self, module_test):
1517
module_test.httpx_mock.add_response(
1618
url="https://api.subdomainradar.io/profile",
1719
match_headers={"Authorization": "Bearer asdf"},

0 commit comments

Comments
 (0)