Skip to content

Commit b8b23f0

Browse files
committed
updating tests based on ci.common changes
Signed-off-by: Arun Venmany <Arun.Kumar.V.N@ibm.com>
1 parent 770514a commit b8b23f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/io/openliberty/tools/gradle/TestSpringBootApplication30.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public class TestSpringBootApplication30 extends AbstractIntegrationTest{
221221
try {
222222
BuildResult result = runTasksFailResult(buildDir, 'deploy', 'libertyStart')
223223
String output = result.getOutput()
224-
assertTrue(output.contains("SpringBootApplication elements are specified in multiple server configuration files"))
224+
assertTrue(output.contains("Found multiple springBootApplication elements are specified in multiple server configuration files"))
225225
} catch (Exception e) {
226226
throw new AssertionError ("Fail on task deploy.", e)
227227
}

0 commit comments

Comments
 (0)