Skip to content

Commit dfc7481

Browse files
Merge pull request #13907 from HeshanSudarshana/master-pre-rc2
Update war path in benchmark tests
2 parents 96cdf58 + d957483 commit dfc7481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

all-in-one-apim/modules/integration/tests-integration/tests-benchmark/src/test/java/org/wso2/am/integration/tests/util/APIMCarbonServerExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public void configureServer() throws AutomationFrameworkException {
136136
+ File.separator + "secondary.xml"),
137137
userStorePath + File.separator + "secondary.xml");
138138

139-
WebAppDeploymentUtil.copyWebApp(relativeResourcePath + File.separator + "war" + File.separator
139+
WebAppDeploymentUtil.copyWebApp(relativeResourcePath + File.separator + "lifecycletest" + File.separator
140140
+ APIMIntegrationConstants.JAXRS_BASIC_WEB_APP_NAME + ".war",
141141
webappsPath + APIMIntegrationConstants.JAXRS_BASIC_WEB_APP_NAME);
142142

0 commit comments

Comments
 (0)