Skip to content

Commit 0afee01

Browse files
committed
fix: update expected number of Gitlab groups
1 parent 779232e commit 0afee01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/system/orgs:data/gitlab.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('General `snyk-api-import orgs:data <...>`', () => {
2626
expect(stderr).toEqual('');
2727
expect(err).toBeNull();
2828
expect(stdout).toMatch(
29-
'Found 7 group(s). Written the data to file: group-hello-gitlab-orgs.json',
29+
'Found 9 group(s). Written the data to file: group-hello-gitlab-orgs.json',
3030
);
3131
deleteFiles([
3232
path.resolve(__dirname, `group-${groupId}-gitlab-orgs.json`),

0 commit comments

Comments
 (0)