Skip to content

Commit

Permalink
chore: update remaining acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sandor-trombitas committed Nov 21, 2024
1 parent 28ec556 commit 2e2a593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jest/acceptance/snyk-code/snyk-code.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ describe('snyk code test', () => {
});

it('should succeed with correct exit code - with json output', async () => {
const sarifPayload = require('../../../fixtures/sast/sample-sarif.json');
const sarifPayload = require('./fixtures/test-sarif.json');
server.setOrgSetting('sast', true);
deepCodeServer.setFiltersResponse({
configFiles: [],
Expand Down Expand Up @@ -183,7 +183,7 @@ describe('snyk code test', () => {
});

it('should succeed with correct exit code - normal output', async () => {
const sarifPayload = require('../../../fixtures/sast/sample-sarif.json');
const sarifPayload = require('./fixtures/test-sarif.json');
server.setOrgSetting('sast', true);
deepCodeServer.setFiltersResponse({
configFiles: [],
Expand Down

0 comments on commit 2e2a593

Please sign in to comment.