mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
fix: wrong mock
This commit is contained in:
parent
b4f819aae7
commit
b54d4d0617
@ -6,7 +6,7 @@ jest.mock('../../../../../../../admin/src/hooks/useRBAC', () => ({
|
||||
useRBAC: () => ({
|
||||
isLoading: false,
|
||||
allowedActions: {
|
||||
canReadRoles: true,
|
||||
canRead: true,
|
||||
canUpdate: true,
|
||||
},
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user