RED-6216- Allow add-to-dict for expressions consisting of less than 2 characters
- update junit test
This commit is contained in:
parent
c0b01d202b
commit
274e82f799
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user