From b8d5b6a6ad4e4ea4a84d975ef3286e5ecfaf74de Mon Sep 17 00:00:00 2001 From: alya Date: Tue, 28 Jan 2025 20:51:38 +0200 Subject: [PATCH] test_profile_handler.py: fix test_add_out_dns() --- tests/test_profile_handler.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_profile_handler.py b/tests/test_profile_handler.py index c28d1b015..4de681927 100644 --- a/tests/test_profile_handler.py +++ b/tests/test_profile_handler.py @@ -1912,7 +1912,6 @@ def test_add_ips( extra_info={ "is_dns_response": True, "dns_query": "www.example.com", - "domain": "1.2.3.4", }, ), ], @@ -1982,7 +1981,6 @@ def test_add_ips( extra_info={ "is_dns_response": True, "dns_query": "www.example.com", - "domain": "1.2.3.4", }, ), ],