fix test
This commit is contained in:
parent
294aad35fa
commit
eb86784b6a
|
@ -40,7 +40,7 @@ describe('API ap/show', () => {
|
|||
await resolveRemoteUser('b.test', bob.id, alice);
|
||||
const res = await alice.client.request('ap/show', { uri: `https://a.test/@${bob.username}@b.test` });
|
||||
strictEqual(res.type, 'User');
|
||||
strictEqual(res.object.id, bob.id);
|
||||
strictEqual(res.object.uri, `https://b.test/users/${bob.id}`);
|
||||
});
|
||||
|
||||
test('throws in resolving a non-fetched remote user by local profile url (https://a.test/@bob@b.test)', async () => {
|
||||
|
|
Loading…
Reference in New Issue