Skip to content

Commit 06b8de5

Browse files
committed
more test fixes
1 parent 3507d00 commit 06b8de5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bbot/test/test_step_1/test_dns.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ async def test_dns_resolution(bbot_scanner):
169169
assert "a-record" not in resolved_hosts_event2.tags
170170

171171
scan2 = bbot_scanner("evilcorp.com", config={"dns": {"minimal": False}})
172+
await scan2._prep()
172173
await scan2.helpers.dns._mock_dns(
173174
{
174175
"evilcorp.com": {"TXT": ['"v=spf1 include:cloudprovider.com ~all"']},

0 commit comments

Comments
 (0)