Skip to content

Commit

Permalink
Fix adminController unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebouthinon committed Jan 25, 2022
1 parent 841602d commit 48c507c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/controllers/adminController.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ describe('AdminController', () => {
.be.calledWith(
'core:security:load',
{ gordon: { freeman: [] } },
{ onExistingUsers: 'overwrite', user: null, force: false });
{ onExistingUsers: 'overwrite', refresh: 'wait_for', user: null, force: false });
});
});
});

0 comments on commit 48c507c

Please sign in to comment.