Skip to content

Commit

Permalink
Fix missing arg to createGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Apr 18, 2024
1 parent 89f2c67 commit 7be1aee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/e2e/services/group-service.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ test('adding a root role to a group with a project role should not fail', async
name: 'root_group',
description: 'root_group',
},
'test',
-9999,
TEST_AUDIT_USER,
);

await stores.accessStore.addGroupToRole(group.id, 1, 'test', 'default');
Expand Down

0 comments on commit 7be1aee

Please sign in to comment.