Skip to content

Commit

Permalink
fix: test and vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
Noa-Savransky committed Sep 24, 2024
1 parent 03a750c commit af14395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"bunyan": "1.8.15",
"debug": "4.3.4",
"lodash": "4.17.21",
"micromatch": "4.0.6",
"micromatch": "4.0.8",
"needle": "2.9.1",
"p-map": "4.0.0",
"parse-link-header": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/system/orgs:data/gitlab.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('General `snyk-api-import orgs:data <...>`', () => {
expect(stderr).toEqual('');
expect(err).toBeNull();
expect(stdout).toMatch(
'Found 6 group(s). Written the data to file: group-hello-gitlab-orgs.json',
'Found 7 group(s). Written the data to file: group-hello-gitlab-orgs.json',
);
deleteFiles([
path.resolve(__dirname, `group-${groupId}-gitlab-orgs.json`),
Expand Down

0 comments on commit af14395

Please sign in to comment.