mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-14 06:33:09 +02:00
fix test
This commit is contained in:
parent
8a9cc0e711
commit
61c12290fd
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ describe('ユーザー', () => {
|
||||||
type User = MeDetailed & { token: string };
|
type User = MeDetailed & { token: string };
|
||||||
|
|
||||||
const show = async (id: string, me = alice): Promise<MeDetailed | UserDetailedNotMe> => {
|
const show = async (id: string, me = alice): Promise<MeDetailed | UserDetailedNotMe> => {
|
||||||
return successfulApiCall({ endpoint: 'users/show', parameters: { userId: id }, user: me }) as any;
|
return successfulApiCall({ endpoint: 'users/show', parameters: { userId: id }, user: root }) as any;
|
||||||
};
|
};
|
||||||
|
|
||||||
// UserLiteのキーが過不足なく入っている?
|
// UserLiteのキーが過不足なく入っている?
|
||||||
|
|
Loading…
Reference in a new issue