Skip to content

Commit 4deab5a

Browse files
committed
corrected appname1
1 parent 2d3ccf7 commit 4deab5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ITPodsShutdown.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ public static void callWebApp(String testAppPath, Domain domain, boolean deployA
521521
if (deployApp) {
522522
domain.buildDeployJavaAppInPod(
523523
testAppName, scriptName, BaseTest.getUsername(), BaseTest.getPassword());
524-
domain.callWebAppAndVerifyLoadBalancing(testAppName + "/CounterServlet", false);
524+
domain.callWebAppAndVerifyLoadBalancing(testAppName + "/CounterServlet?", false);
525525
}
526526
String nodePortHost = domain.getHostNameForCurl();
527527
int nodePort = domain.getLoadBalancerWebPort();

0 commit comments

Comments
 (0)