Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKeeley committed Aug 12, 2024
1 parent c99233b commit b3fd5e9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
class TestSpoofy(unittest.TestCase):
def test_spoofing_is_possible(self):
spoofing = Spoofing(
domain="test_0.com",
dmarc_record="v=DMARC1; p=none;",
p="none",
aspf="r",
spf_record="v=spf1 include:fake.gov",
spf_all="~all",
spf_dns_queries=3,
sp=None,
pct=100
domain="test_0.com",
dmarc_record="v=DMARC1; p=none;",
p="none",
aspf="r",
spf_record="v=spf1 include:fake.gov",
spf_all="~all",
spf_dns_queries=3,
sp=None,
pct=100,
)
self.assertEqual(spoofing.spoofable, 0)

Expand Down

0 comments on commit b3fd5e9

Please sign in to comment.