mirror of
https://github.com/moby/moby.git
synced 2026-08-09 09:33:50 +00:00
Use default port range in unit tests
Signed-off-by: Michal Minar <miminar@redhat.com>
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
func init() {
|
||||
beginPortRange = DefaultPortRangeStart
|
||||
endPortRange = DefaultPortRangeStart + 500
|
||||
endPortRange = DefaultPortRangeEnd
|
||||
}
|
||||
|
||||
func reset() {
|
||||
|
||||
Reference in New Issue
Block a user