mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
update test
This commit is contained in:
parent
a804b908c8
commit
6fa87bb146
@ -93,7 +93,7 @@ describe('API Token Controller', () => {
|
||||
await apiTokenController.list(ctx);
|
||||
|
||||
expect(list).toHaveBeenCalled();
|
||||
expect(send).toHaveBeenCalled();
|
||||
expect(send).toHaveBeenCalledWith({ data: tokens });
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user