RED-9378 - Update the value of the local entry to be added to match the resize value

This commit is contained in:
Andrei Isvoran 2024-06-20 14:53:45 +03:00
parent 1d745c4c33
commit 75e3978469

View File

@ -2261,7 +2261,7 @@ public class ManualRedactionTest extends AbstractPersistenceServerServiceTest {
.get();
assertFalse(entryToAdd.isAddToDictionary());
assertFalse(entryToAdd.isAddToDossierDictionary());
assertEquals(entryToAdd.getValue(), entityLogEntry.getValue());
assertEquals(entryToAdd.getValue(), resizeRedactionRequestModel.getValue());
}