Fix instance tests

environments/review-multiple-a-zwess7/deployments/2611
Alex Gleason 2 years ago
parent 50457d3b8d
commit f730897323
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -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,

Loading…
Cancel
Save