RED-6216- Allow add-to-dict for expressions consisting of less than 2 characters

- update junit test
This commit is contained in:
devplant 2023-03-21 15:24:03 +02:00
parent c0b01d202b
commit 274e82f799

View File

@ -135,6 +135,7 @@ public class DictionaryTest extends AbstractPersistenceServerServiceTest {
} catch (FeignException e) {
assertThat(e.status()).isEqualTo(400);
}
entries.remove(1);
entries.add("");
dictionaryClient.addEntry(typeId, dossier.getDossierTemplateId(), entries, false, dossier.getId(), DictionaryEntryType.ENTRY);
}