mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38: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,
|
priority: 0,
|
||||||
description: "Default role for all users",
|
description: "Default role for all users",
|
||||||
visible: false,
|
visible: false,
|
||||||
icon: null,
|
|
||||||
}),
|
}),
|
||||||
]),
|
]),
|
||||||
} satisfies ApiAccount);
|
} satisfies ApiAccount);
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,6 @@ describe(meta.route, () => {
|
||||||
priority: 0,
|
priority: 0,
|
||||||
description: "Default role for all users",
|
description: "Default role for all users",
|
||||||
visible: false,
|
visible: false,
|
||||||
icon: null,
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue