Skip to content

Commit 036efd7

Browse files
committed
test: await cleanup
1 parent 4273a30 commit 036efd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/groups/integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ requireAtLeast(1, 32, 5).describe('Integration testing of the OIDC groups', () =
6666
});
6767

6868
it('cleanup', async () => {
69-
makeClient().then((c) => {
69+
await makeClient().then((c) => {
7070
c.groups.oidc.revokeRoles('./assign-group', ['viewer', 'admin']).catch((e) => {});
7171
c.groups.oidc.revokeRoles('./group-1', 'viewer').catch((e) => {});
7272
c.groups.oidc.revokeRoles('./group-2', 'viewer').catch((e) => {});

0 commit comments

Comments
 (0)