#2740 Fixed Nmap Test Failure.

This commit is contained in:
Archer.Bowen
2024-07-11 11:55:03 +01:00
parent aa425a5284
commit b8c6238610

View File

@@ -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 = {