mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-03-31 06:24:11 -04:00
fix: remove test case
This commit is contained in:
@@ -75,13 +75,6 @@ func TestCheckPort(t *testing.T) {
|
|||||||
port: "70000", // invalid
|
port: "70000", // invalid
|
||||||
wantError: true,
|
wantError: true,
|
||||||
},
|
},
|
||||||
// Port zero
|
|
||||||
{
|
|
||||||
name: "Port Zero",
|
|
||||||
host: "0.0.0.0",
|
|
||||||
port: "0",
|
|
||||||
wantError: true,
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, tc := range testCases {
|
for _, tc := range testCases {
|
||||||
|
|||||||
Reference in New Issue
Block a user