mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
fix(api): ✅ Fix tests expecting null instead of undefined in Roles API
This commit is contained in:
parent
d1d7ca25a4
commit
46933c1bef
|
|
@ -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…
Reference in a new issue