mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-04-13 09:44:40 +00:00
fix megalodon tests
This commit is contained in:
parent
848a07a170
commit
6dc3c36ba5
1 changed files with 6 additions and 2 deletions
|
@ -269,12 +269,16 @@ describe('api_client', () => {
|
|||
{
|
||||
count: 1,
|
||||
me: false,
|
||||
name: ':example1@.:'
|
||||
name: 'example1',
|
||||
static_url: undefined,
|
||||
url: undefined,
|
||||
},
|
||||
{
|
||||
count: 2,
|
||||
me: false,
|
||||
name: ':example2@example.com:'
|
||||
name: 'example2@example.com',
|
||||
static_url: 'https://example.com/emoji.png',
|
||||
url: 'https://example.com/emoji.png',
|
||||
}
|
||||
])
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue