Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Sep 8, 2023
1 parent ac26bd5 commit 82e4894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/e2e/services/group-service.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ test('adding a root role to a group with a project role should not fail', async
);

expect(updatedGroup).toMatchObject({
description: 'root_group',
description: group.description,
id: group.id,
mappingsSSO: [],
name: 'root_group',
name: group.name,
rootRole: 1,
});

Expand Down

0 comments on commit 82e4894

Please sign in to comment.