Use default port range in unit tests
Signed-off-by: Michal Minar <miminar@redhat.com> Upstream-commit: fcf8e85a35cddfd1f75f652a513015bb6f169257 Component: engine
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