From b8c62386104ff5dc2169abe5cb29a9d2e87ec9a9 Mon Sep 17 00:00:00 2001 From: "Archer.Bowen" Date: Thu, 11 Jul 2024 11:55:03 +0100 Subject: [PATCH] #2740 Fixed Nmap Test Failure. --- tests/integration_tests/system/test_nmap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration_tests/system/test_nmap.py b/tests/integration_tests/system/test_nmap.py index bbfa4f43..2b8691cc 100644 --- a/tests/integration_tests/system/test_nmap.py +++ b/tests/integration_tests/system/test_nmap.py @@ -101,6 +101,7 @@ def test_port_scan_full_subnet_all_ports_and_protocols(example_network): actual_result = client_1_nmap.port_scan( target_ip_address=IPv4Network("192.168.10.0/24"), + target_port=[Port.ARP, Port.HTTP, Port.FTP, Port.DNS, Port.NTP], ) expected_result = {