RED-9378 - Update the value of the local entry to be added to match the resize value
This commit is contained in:
parent
1d745c4c33
commit
75e3978469
@ -2261,7 +2261,7 @@ public class ManualRedactionTest extends AbstractPersistenceServerServiceTest {
|
|||||||
.get();
|
.get();
|
||||||
assertFalse(entryToAdd.isAddToDictionary());
|
assertFalse(entryToAdd.isAddToDictionary());
|
||||||
assertFalse(entryToAdd.isAddToDossierDictionary());
|
assertFalse(entryToAdd.isAddToDossierDictionary());
|
||||||
assertEquals(entryToAdd.getValue(), entityLogEntry.getValue());
|
assertEquals(entryToAdd.getValue(), resizeRedactionRequestModel.getValue());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user