mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 08:04:51 +00:00
fix test - array's order
This commit is contained in:
parent
bbd318d845
commit
5d9faf3861
@ -436,7 +436,7 @@ describe('Admin API Token v2 CRUD (api)', () => {
|
||||
expect(res.body.data).toMatchObject({
|
||||
accessKey: expect.any(String),
|
||||
name: body.name,
|
||||
permissions: body.permissions,
|
||||
permissions: expect.arrayContaining(body.permissions),
|
||||
description: body.description,
|
||||
type: body.type,
|
||||
id: expect.any(Number),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user