This commit is contained in:
tamaina 2025-08-30 20:29:29 +09:00
parent 294aad35fa
commit eb86784b6a
1 changed files with 1 additions and 1 deletions

View File

@ -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 () => {