Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Lorena Rodriguez Viruel committed Dec 2, 2024
1 parent b5d1502 commit 96b1b50
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/integration/api/controllers/users.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1944,7 +1944,12 @@ describe('Users API', () => {
});

it('should create users with multiple facilities', async () => {
await utils.updatePermissions(['national_admin', 'chw'], ['can_have_multiple_places'], [], { ignoreReload: true });
await utils.updatePermissions(
['national_admin', 'chw'],
['can_have_multiple_places'],
[],
{ ignoreReload: true }
);
const onlineUserPayload = {
username: uuid(),
password: password,
Expand Down

0 comments on commit 96b1b50

Please sign in to comment.