fix(api): Fix tests expecting null instead of undefined in Roles API

This commit is contained in:
Jesse Wierzbinski 2024-11-28 11:24:56 +01:00
parent d1d7ca25a4
commit 46933c1bef
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View file

@ -72,7 +72,6 @@ describe(meta.route, () => {
priority: 0,
description: "Default role for all users",
visible: false,
icon: null,
}),
]),
} satisfies ApiAccount);

View file

@ -67,7 +67,6 @@ describe(meta.route, () => {
priority: 0,
description: "Default role for all users",
visible: false,
icon: null,
});
});