RED-10511: False warnings when approving file appears after justification refactoring

This commit is contained in:
maverickstuder 2024-11-21 14:30:08 +01:00
parent e393d70186
commit 21b184d97a

View File

@ -71,7 +71,7 @@ public class ApprovalTest extends AbstractPersistenceServerServiceTest {
.id("id1")
.positions(List.of(new Position(1, 1, 1, 1, 1)))
.state(EntryState.APPLIED)
.legalBasis("legalBasis")
.legalBasis("legal_basis")
.entryType(EntryType.ENTITY)
.value("value")
.build()));