Skip to content

Commit 4e3dbc4

Browse files
committed
chore: cleanup after auth test
1 parent 730827c commit 4e3dbc4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

test/jest/acceptance/auth.spec.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,9 @@ describe('Auth', () => {
3838
expect(code).toEqual(0);
3939

4040
// delete test token
41-
await runSnykCLI(
42-
`config unset INTERNAL_OAUTH_TOKEN_STORAGE`,
43-
{
44-
env,
45-
},
46-
);
41+
await runSnykCLI(`config unset INTERNAL_OAUTH_TOKEN_STORAGE`, {
42+
env,
43+
});
4744
});
4845

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

0 commit comments

Comments
 (0)