Skip to content

Commit

Permalink
updating tests based on ci.common changes
Browse files Browse the repository at this point in the history
Signed-off-by: Arun Venmany <[email protected]>
  • Loading branch information
arunvenmany-ibm committed Jan 10, 2025
1 parent b8b23f0 commit cfd6d07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public class TestSpringBootApplication30 extends AbstractIntegrationTest{
try {
BuildResult result = runTasksFailResult(buildDir, 'deploy', 'libertyStart')
String output = result.getOutput()
assertTrue(output.contains("Found multiple springBootApplication elements are specified in multiple server configuration files"))
assertTrue(output.contains("Found multiple springBootApplication elements specified in the server configuration in files"))
} catch (Exception e) {
throw new AssertionError ("Fail on task deploy.", e)
}
Expand Down

0 comments on commit cfd6d07

Please sign in to comment.