RED-9132 - Remove debug information from Paragraph/Location field

- update junit test
This commit is contained in:
Corina Olariu 2024-05-09 13:21:10 +03:00
parent a19403dea1
commit 9ccbc3e5c7

View File

@ -80,7 +80,7 @@ public class EntityLogConverterServiceTest {
assertFalse(reportEntries.isEmpty());
assertEquals(reportEntries.size(), 61);
assertEquals(reportEntries.get(0).getPage(), 1);
assertEquals(reportEntries.get(0).getSection(), "[1]: Section: Rule 1/2: Redact CBI");
assertEquals(reportEntries.get(0).getSection(), "Section: Rule 1/2: Redact CBI");
assertEquals(reportEntries.get(0).getJustification(), "Article 39(e)(3) of Regulation (EC) No 178/2002 ");
assertEquals(reportEntries.get(0).getJustificationParagraph(), "Article 39(e)(3) of Regulation (EC) No 178/2002");
assertFalse(reportEntries.get(0).isSkipped());