Skip to content

Commit

Permalink
test: add TEST_SNYK_API
Browse files Browse the repository at this point in the history
  • Loading branch information
teodora-sandu committed Jul 11, 2024
1 parent ac50d63 commit 13d48b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/jest/acceptance/language-server-extension.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ describe('Language Server Extension', () => {
activateSnykCodeQuality: 'false',
activateSnykOpenSource: 'true',
activateSnykIac: 'false',
endpoint: process.env.TEST_SNYK_API,
token: process.env.TEST_SNYK_TOKEN,
manageBinariesAutomatically: 'false',
enableTrustedFoldersFeature: 'false',
Expand Down

0 comments on commit 13d48b3

Please sign in to comment.