fix tests for new user shape
This commit is contained in:
parent
25eafee4e2
commit
26aef4d043
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ describe('ユーザー', () => {
|
|||
notesCount: user.notesCount,
|
||||
isSilenced: user.isSilenced,
|
||||
description: user.description,
|
||||
attributionDomains: user.attributionDomains,
|
||||
|
||||
// BUG isAdmin/isModeratorはUserLiteではなくMeDetailedOnlyに含まれる。
|
||||
isAdmin: undefined,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue