Skip to content

Commit

Permalink
changes based on review comments
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 6bd4e7e commit f7f924c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ switch (testname) {
expectedMessage = "Found multiple springBootApplication elements specified in the server configuration file";
break;
case "springboot-3-appsdirectory-apps-fail-include-it":
expectedMessage = "SpringBootApplication elements are specified in multiple server configuration files";
expectedMessage = "Found multiple springBootApplication elements are specified in multiple server configuration files";
break;
default:
return false;
Expand Down

0 comments on commit f7f924c

Please sign in to comment.