Skip to content

Commit 730827c

Browse files
committed
chore: remove test token to not interfer with other tests
1 parent 409cb76 commit 730827c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/jest/acceptance/auth.spec.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ describe('Auth', () => {
3636
},
3737
);
3838
expect(code).toEqual(0);
39+
40+
// delete test token
41+
await runSnykCLI(
42+
`config unset INTERNAL_OAUTH_TOKEN_STORAGE`,
43+
{
44+
env,
45+
},
46+
);
3947
});
4048

4149
it('fails to us oauth client credentials grant to authenticate', async () => {

0 commit comments

Comments
 (0)