fix: remove test case

This commit is contained in:
Maxi Quoß
2026-01-07 15:51:35 +01:00
parent d18b54e7b6
commit 4bfc0576ee

View File

@@ -75,13 +75,6 @@ func TestCheckPort(t *testing.T) {
port: "70000", // invalid
wantError: true,
},
// Port zero
{
name: "Port Zero",
host: "0.0.0.0",
port: "0",
wantError: true,
},
}
for _, tc := range testCases {