Update tests to new format of exception messages

This commit is contained in:
Glenn Renfro
2024-03-06 08:40:28 -05:00
parent e4c52d1d85
commit d721ab7c26
2 changed files with 5 additions and 7 deletions

View File

@@ -57,8 +57,7 @@ public class TaskCoreTests {
private static final String EXCEPTION_INVALID_TASK_EXECUTION_ID = "java.lang.IllegalArgumentException: "
+ "Invalid TaskExecution, ID 55 not found";
private static final String ERROR_MESSAGE = "errorMessage='java.lang.IllegalStateException: "
+ "Failed to execute CommandLineRunner";
private static final String ERROR_MESSAGE = "errorMessage='java.lang.IllegalStateException: " + "FOO EXCEPTION";
private ConfigurableApplicationContext applicationContext;