Skip to content

Commit

Permalink
chore: temp fix for basic acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSchafer committed Oct 2, 2023
1 parent 926cf21 commit d2edc83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ts-binary-wrapper/test/acceptance/basic.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jest.setTimeout(60 * 1000);

describe('Basic acceptance test', () => {
const envSetup = new TestEnvironmentSetup();
const cliVersionForTesting = '1.1143.0';
const cliVersionForTesting =
'1.1228.0-dev.b6d3a5aed7033dd2fe9fcc1330effeca0e4250b2';

beforeEach(async () => {
process.env.SNYK_DISABLE_ANALYTICS = '1';
Expand Down

0 comments on commit d2edc83

Please sign in to comment.