From 4ed27cf7cb7e6512969920d0b8a60cd86b76416d Mon Sep 17 00:00:00 2001 From: John Kurkowski Date: Wed, 1 Jun 2022 20:38:34 -0700 Subject: [PATCH] Format --- tests/main_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main_test.py b/tests/main_test.py index 38066bdc..f558dbc9 100644 --- a/tests/main_test.py +++ b/tests/main_test.py @@ -308,7 +308,7 @@ def test_ipv4_lookalike(): def test_result_as_dict(): result = extract( - "http://admin:password1@www.google.com:666" "/secret/admin/interface?param1=42" + "http://admin:password1@www.google.com:666/secret/admin/interface?param1=42" ) expected_dict = {"subdomain": "www", "domain": "google", "suffix": "com"} assert result._asdict() == expected_dict