fix: ping test case

This commit is contained in:
Maxi Quoß
2025-03-17 11:02:10 +01:00
parent 92a66fc8a4
commit 80fb1a6127

View File

@@ -80,7 +80,7 @@ func TestCheckPort(t *testing.T) {
name: "Port Zero",
host: "8.8.8.8",
port: "0",
wantError: true,
wantError: false,
},
}