Skip to content

Commit

Permalink
test_profile_handler.py: fix test_add_out_dns()
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyaGomaa committed Jan 28, 2025
1 parent 43f9756 commit b8d5b6a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_profile_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1912,7 +1912,6 @@ def test_add_ips(
extra_info={
"is_dns_response": True,
"dns_query": "www.example.com",
"domain": "1.2.3.4",
},
),
],
Expand Down Expand Up @@ -1982,7 +1981,6 @@ def test_add_ips(
extra_info={
"is_dns_response": True,
"dns_query": "www.example.com",
"domain": "1.2.3.4",
},
),
],
Expand Down

0 comments on commit b8d5b6a

Please sign in to comment.