From 4a3d593920cebdf2cff692fd4562eee390be890a Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 6 Jan 2025 10:47:17 -0500 Subject: [PATCH] ruffed --- bbot/test/test_step_1/test_dns.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bbot/test/test_step_1/test_dns.py b/bbot/test/test_step_1/test_dns.py index 820c771c2..a8bfefa3a 100644 --- a/bbot/test/test_step_1/test_dns.py +++ b/bbot/test/test_step_1/test_dns.py @@ -783,7 +783,9 @@ async def test_hostname_extraction(bbot_scanner): { "evilcorp.com": { "A": ["127.0.0.1"], - "TXT": ["v=spf1 include:spf-a.evilcorp.com include:spf-b.evilcorp.com include:icpbounce.com include:shops.shopify.com include:_spf.qemailserver.com include:spf.mandrillapp.com include:spf.protection.office365.us include:spf-003ea501.gpphosted.com 127.0.0.1 -all"] + "TXT": [ + "v=spf1 include:spf-a.evilcorp.com include:spf-b.evilcorp.com include:icpbounce.com include:shops.shopify.com include:_spf.qemailserver.com include:spf.mandrillapp.com include:spf.protection.office365.us include:spf-003ea501.gpphosted.com 127.0.0.1 -all" + ], } } )