We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6811665 commit d6c4a2dCopy full SHA for d6c4a2d
1 file changed
udp_port_binding_test.go
@@ -54,7 +54,6 @@ func TestUDPPortBinding(t *testing.T) {
54
55
portNum := mappedPort.Num()
56
assert.Positive(t, portNum, "Port number should be greater than 0")
57
- assert.LessOrEqual(t, portNum, uint16(65535), "Port number should be valid UDP port range")
58
59
// Verify the port is actually accessible (basic connectivity test)
60
hostIP, err := container.Host(ctx)
0 commit comments