Skip to content

Commit

Permalink
fix: unit tests for snyk-code
Browse files Browse the repository at this point in the history
  • Loading branch information
jozsef-armin-hamos committed Oct 16, 2023
1 parent e6e358d commit 3c8c8e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/jest/unit/snyk-code/snyk-code-test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,7 @@ describe('Test snyk code', () => {
sessionToken,
source,
requestId: 'test-id',
orgId: '',
},
analysisOptions: {
severity,
Expand Down Expand Up @@ -850,6 +851,7 @@ describe('Test snyk code', () => {
sessionToken,
source,
requestId: 'test-id',
orgId: '',
},
analysisOptions: {
severity,
Expand Down

0 comments on commit 3c8c8e3

Please sign in to comment.