Skip to content

Commit

Permalink
fix: update expected number of Gitlab groups
Browse files Browse the repository at this point in the history
  • Loading branch information
novalex committed Nov 18, 2024
1 parent 779232e commit 0afee01
Showing 1 changed file with 1 addition and 1 deletion.
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 7 group(s). Written the data to file: group-hello-gitlab-orgs.json',
'Found 9 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 0afee01

Please sign in to comment.