Fix instance tests
This commit is contained in:
@ -10,7 +10,8 @@ describe('normalizeInstance()', () => {
|
||||
configuration: {
|
||||
media_attachments: {},
|
||||
chats: {
|
||||
max_characters: 500,
|
||||
max_characters: 5000,
|
||||
max_media_attachments: 1,
|
||||
},
|
||||
polls: {
|
||||
max_options: 4,
|
||||
|
||||
@ -13,7 +13,8 @@ describe('instance reducer', () => {
|
||||
description_limit: 1500,
|
||||
configuration: {
|
||||
chats: {
|
||||
max_characters: 500,
|
||||
max_characters: 5000,
|
||||
max_media_attachments: 1,
|
||||
},
|
||||
statuses: {
|
||||
max_characters: 500,
|
||||
|
||||
Reference in New Issue
Block a user