04-UpdateDependencies

This commit is contained in:
Adrian-Devries 2025-04-24 12:53:54 +02:00
parent 04a236ec83
commit 20ba488353
10 changed files with 112 additions and 55 deletions

View file

@ -77,7 +77,7 @@ public class CreateReportActionTest {
this.action.check(bag);
assertThat(bag.getReport()).isNotNull();
final String reportString = serialize(bag.getReport());
assertThat(reportString).contains("SAXParseException");
assertThat(reportString).contains("SXXP0003");
}
@Test