diff --git a/irs-cucumber-tests/src/test/java/org/eclipse/tractusx/irs/cucumber/E2ETestStepDefinitionsForJobApi.java b/irs-cucumber-tests/src/test/java/org/eclipse/tractusx/irs/cucumber/E2ETestStepDefinitionsForJobApi.java index e49d280f58..060eba4b72 100644 --- a/irs-cucumber-tests/src/test/java/org/eclipse/tractusx/irs/cucumber/E2ETestStepDefinitionsForJobApi.java +++ b/irs-cucumber-tests/src/test/java/org/eclipse/tractusx/irs/cucumber/E2ETestStepDefinitionsForJobApi.java @@ -384,7 +384,7 @@ public void iCheckIfAreAsExpected(String valueType, String fileName) throws IOEx final List expectedTombstones = getExpectedTombstones(fileName); assertThat(actualTombstones).hasSameSizeAs(expectedTombstones) .usingRecursiveFieldByFieldElementComparatorIgnoringFields( - "processingError.lastAttempt") + "processingError.lastAttempt", "processingError.rootCauses") .containsAll(expectedTombstones); } }