Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
john-kurkowski committed Jun 2, 2022
1 parent 54da516 commit 4ed27cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def test_ipv4_lookalike():

def test_result_as_dict():
result = extract(
"http://admin:[email protected]:666" "/secret/admin/interface?param1=42"
"http://admin:[email protected]:666/secret/admin/interface?param1=42"
)
expected_dict = {"subdomain": "www", "domain": "google", "suffix": "com"}
assert result._asdict() == expected_dict
Expand Down

0 comments on commit 4ed27cf

Please sign in to comment.