Skip to content

Commit

Permalink
Merge pull request #473 from snyk-tech-services/fix/fix-BBS-tests
Browse files Browse the repository at this point in the history
fix: fix Bitbucket Server tests
  • Loading branch information
andradanyirestyan authored Feb 20, 2024
2 parents 0e01108 + 90830a6 commit 7e39e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/system/fixtures/org-data/bitbucket-server-orgs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"orgData": [
{
"name": "antoine-snyk-demo",
"name": "comet-qa",
"orgId": "<snyk_org_id>",
"integrations": {
"bitbucket-server": "<snyk_org_integration_id>"
Expand Down
2 changes: 1 addition & 1 deletion test/system/orgs:data/bitbucket.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 3 project(s). Written the data to file: group-hello-bitbucket-server-orgs.json',
'Found 1 project(s). Written the data to file: group-hello-bitbucket-server-orgs.json',
);
deleteFiles([
path.resolve(
Expand Down

0 comments on commit 7e39e8c

Please sign in to comment.