remove parameters not related to warPropertiesFile

This commit is contained in:
Alejandra Ferreiro Vidal
2019-04-30 13:36:07 +02:00
parent 99821afab8
commit 15cfed66a4
+2 -10
View File
@@ -386,11 +386,7 @@ class NeoDeployTest extends BasePiperTest {
deployMode: 'warPropertiesFile',
warAction: 'deploy',
neo: [
propertiesFile: warPropertiesFileName,
application: 'testApp',
runtime: 'neo-javaee6-wp',
runtimeVersion: '2.125',
size: 'lite'
propertiesFile: warPropertiesFileName
]
)
@@ -412,11 +408,7 @@ class NeoDeployTest extends BasePiperTest {
deployMode: 'warPropertiesFile',
warAction: 'rolling-update',
neo: [
propertiesFile: warPropertiesFileName,
application: 'testApp',
runtime: 'neo-javaee6-wp',
runtimeVersion: '2.125',
size: 'lite'
propertiesFile: warPropertiesFileName
])
Assert.assertThat(shellRule.shell,