Skip to content

Commit 964e2b5

Browse files
committed
added monitoring exporter test and utility to build and start it part 9
1 parent 49a789f commit 964e2b5

File tree

1 file changed

+1
-1
lines changed
  • integration-tests/src/test/java/oracle/kubernetes/operator/utils

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/utils/Domain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ public void callWebAppAndVerifyLoadBalancing(String webappName, boolean verifyLo
496496
}
497497
testAppUrl.append(webappName).append("/");
498498
// curl cmd to call webapp
499-
StringBuffer curlCmd = new StringBuffer("curl --silent --noproxy '*'");
499+
StringBuffer curlCmd = new StringBuffer("curl --silent ");
500500
curlCmd
501501
.append(" -H 'host: ")
502502
.append(domainUid)

0 commit comments

Comments
 (0)