mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
fix(api): ✅ Fix tests expecting null instead of undefined in Roles API
This commit is contained in:
parent
d1d7ca25a4
commit
46933c1bef
2 changed files with 0 additions and 2 deletions
|
|
@ -72,7 +72,6 @@ describe(meta.route, () => {
|
|||
priority: 0,
|
||||
description: "Default role for all users",
|
||||
visible: false,
|
||||
icon: null,
|
||||
}),
|
||||
]),
|
||||
} satisfies ApiAccount);
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@ describe(meta.route, () => {
|
|||
priority: 0,
|
||||
description: "Default role for all users",
|
||||
visible: false,
|
||||
icon: null,
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue