Skip to content

Commit 9da1119

Browse files
committed
fixed README
1 parent e3c7f84 commit 9da1119

File tree

1 file changed

+2
-2
lines changed
  • integration-tests/src/test/resources/apps

1 file changed

+2
-2
lines changed

integration-tests/src/test/resources/apps/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@
8181
2) In the standalone client java file, call:
8282

8383
String scriptName = `buildDeployWSAndWSClientAppInPod.sh`;
84-
domain.buildDeployWebServiceAppInPod(`[appName]`, scriptName, BaseTest.getUsername(), BaseTest.getPassword());
84+
TestUtils.buildDeployWebServiceAppInPod(domain, `[appName]`, scriptName, BaseTest.getUsername(), BaseTest.getPassword());
8585
8686
With no extra variables it will use `TestWSApp` Web Service. To customize Web Service name, pass extra argument to the script with desired `[wsName]` value.
8787

88-
domain.buildDeployWebServiceAppInPod(testAppName, scriptName, BaseTest.getUsername(), BaseTest.getPassword(), `[wsName]`);
88+
TestUtils.buildDeployWebServiceAppInPod(domain, testAppName, scriptName, BaseTest.getUsername(), BaseTest.getPassword(), `[wsName]`);
8989

9090
a. Create dir in the admin pod to save WS and WS Client Apps files
9191
b. Copy the shell script file and all App files over to the admin pod

0 commit comments

Comments
 (0)