We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4273a30 commit 036efd7Copy full SHA for 036efd7
src/groups/integration.test.ts
@@ -66,7 +66,7 @@ requireAtLeast(1, 32, 5).describe('Integration testing of the OIDC groups', () =
66
});
67
68
it('cleanup', async () => {
69
- makeClient().then((c) => {
+ await makeClient().then((c) => {
70
c.groups.oidc.revokeRoles('./assign-group', ['viewer', 'admin']).catch((e) => {});
71
c.groups.oidc.revokeRoles('./group-1', 'viewer').catch((e) => {});
72
c.groups.oidc.revokeRoles('./group-2', 'viewer').catch((e) => {});
0 commit comments