mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 15:39:24 +08:00
fix: test
This commit is contained in:
parent
bb1249f390
commit
2b42ce8983
@ -405,6 +405,6 @@ describe('list association action with acl', () => {
|
|||||||
tree: true,
|
tree: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
expect(res.body.meta.allowedActions.view).toMatchObject([1, 2, 3, 4]);
|
expect(res.body.meta.allowedActions.view.sort()).toMatchObject([1, 2, 3, 4]);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user