Fix instance test
This commit is contained in:
parent
01343bbe0a
commit
c75ce58792
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ describe('normalizeInstance()', () => {
|
|||
max_characters: 500,
|
||||
max_media_attachments: 4,
|
||||
},
|
||||
groups: {
|
||||
max_characters_name: 50,
|
||||
max_characters_description: 100,
|
||||
},
|
||||
},
|
||||
description: '',
|
||||
description_limit: 1500,
|
||||
|
|
Loading…
Reference in a new issue