diff --git a/plugins/scaffolder-backend-module-bitbucket-cloud/src/actions/bitbucketCloudPullRequest.examples.test.ts b/plugins/scaffolder-backend-module-bitbucket-cloud/src/actions/bitbucketCloudPullRequest.examples.test.ts index 6b30efaa0b..48ecae0944 100644 --- a/plugins/scaffolder-backend-module-bitbucket-cloud/src/actions/bitbucketCloudPullRequest.examples.test.ts +++ b/plugins/scaffolder-backend-module-bitbucket-cloud/src/actions/bitbucketCloudPullRequest.examples.test.ts @@ -171,11 +171,11 @@ describe('publish:bitbucketCloud:pull-request', () => { const responseOfPullRequests = { type: '', links: { - self: { + self: { href: '', name: '' }, + html: { href: 'https://bitbucket.org/workspace/repo/pull-requests/1', name: '', }, - html: { href: '', name: '' }, commits: { href: '', name: '' }, approve: { href: '', name: '' }, diff: { href: '', name: '' }, diff --git a/plugins/scaffolder-backend-module-bitbucket-cloud/src/actions/bitbucketCloudPullRequest.test.ts b/plugins/scaffolder-backend-module-bitbucket-cloud/src/actions/bitbucketCloudPullRequest.test.ts index ef900a57c7..b4db3f78c6 100644 --- a/plugins/scaffolder-backend-module-bitbucket-cloud/src/actions/bitbucketCloudPullRequest.test.ts +++ b/plugins/scaffolder-backend-module-bitbucket-cloud/src/actions/bitbucketCloudPullRequest.test.ts @@ -200,11 +200,11 @@ describe('publish:bitbucketCloud:pull-request', () => { const responseOfPullRequests = { type: '', links: { - self: { + self: { href: '', name: '' }, + html: { href: 'https://bitbucket.org/workspace/repo/pull-requests/1', name: '', }, - html: { href: '', name: '' }, commits: { href: '', name: '' }, approve: { href: '', name: '' }, diff: { href: '', name: '' },