Skip to content

Commit 0458d27

Browse files
committed
Adjust ports
1 parent 3fad371 commit 0458d27

File tree

1 file changed

+1
-1
lines changed
  • operator/src/test/java/oracle/kubernetes/operator/rest

1 file changed

+1
-1
lines changed

operator/src/test/java/oracle/kubernetes/operator/rest/RestTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ private static class TestRestConfigImpl implements RestConfig {
339339
private final int randomPort;
340340

341341
public TestRestConfigImpl() {
342-
randomPort = (int) (Math.random() * 8000) + 1000;
342+
randomPort = (int) (Math.random() * 8000) + 9000;
343343
}
344344

345345
@Override

0 commit comments

Comments
 (0)