Fix api tests

This commit is contained in:
Rémi de Juvigny 2023-01-25 16:58:37 +01:00
parent caaa14964d
commit 9ef1bea85f
2 changed files with 522 additions and 514 deletions

View File

@ -98,7 +98,9 @@ const updateById = async (id, attributes) => {
populate: ['roles'], populate: ['roles'],
}); });
if (updatedUser) {
strapi.eventHub.emit('user.update', { user: sanitizeUser(updatedUser) }); strapi.eventHub.emit('user.update', { user: sanitizeUser(updatedUser) });
}
return updatedUser; return updatedUser;
}; };

View File

@ -844,6 +844,12 @@ describe('Role CRUD End to End', () => {
"displayName": "Update", "displayName": "Update",
"subCategory": "general", "subCategory": "general",
}, },
{
"action": "admin::audit-logs.read",
"category": "audit logs",
"displayName": "Read",
"subCategory": "options",
},
{ {
"action": "admin::marketplace.plugins.install", "action": "admin::marketplace.plugins.install",
"category": "plugins and marketplace", "category": "plugins and marketplace",