From be695aa477a86b0ed84444f75ae34d1ee128e104 Mon Sep 17 00:00:00 2001 From: omercier Date: Tue, 12 Aug 2025 17:11:25 +0200 Subject: [PATCH] last error fixed ? --- tests/apps/nmap/cli/discovery.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/apps/nmap/cli/discovery.robot b/tests/apps/nmap/cli/discovery.robot index d0fc840f8..73a61fdff 100644 --- a/tests/apps/nmap/cli/discovery.robot +++ b/tests/apps/nmap/cli/discovery.robot @@ -25,7 +25,7 @@ Container usage ${tc} ... --subnet='127.0.0.1/32' ... ${extraoptions} - Ctn Run Command Without Connector And Check Result As Json ${command} ${expected_result} + Ctn Run Command And Check Result As Json ${command} ${expected_result} Examples: tc extraoptions expected_result -- ... 1 ${EMPTY} {"end_time":1747232859,"discovered_items":1,"results":[{"hostname":"localhost","ip":"127.0.0.1","hostnames":[{"type":"PTR","name":"localhost"}],"vendor":null,"status":"up","addresses":[{"address":"127.0.0.1","type":"ipv4"}],"os_accuracy":null,"os":null,"services":null,"type":"unknown"}],"duration":0,"start_time":1747232859}