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 3fad371 commit 0458d27Copy full SHA for 0458d27
operator/src/test/java/oracle/kubernetes/operator/rest/RestTest.java
@@ -339,7 +339,7 @@ private static class TestRestConfigImpl implements RestConfig {
339
private final int randomPort;
340
341
public TestRestConfigImpl() {
342
- randomPort = (int) (Math.random() * 8000) + 1000;
+ randomPort = (int) (Math.random() * 8000) + 9000;
343
}
344
345
@Override
0 commit comments