fix: update tests

Signed-off-by: Benjamin Janssens <benji.janssens@gmail.com>
This commit is contained in:
Benjamin Janssens
2024-09-09 16:19:14 +02:00
parent 0ef59d53dc
commit 4713b7c2d2
2 changed files with 4 additions and 4 deletions
@@ -171,11 +171,11 @@ describe('publish:bitbucketCloud:pull-request', () => {
const responseOfPullRequests = {
type: '<string>',
links: {
self: {
self: { href: '<string>', name: '<string>' },
html: {
href: 'https://bitbucket.org/workspace/repo/pull-requests/1',
name: '<string>',
},
html: { href: '<string>', name: '<string>' },
commits: { href: '<string>', name: '<string>' },
approve: { href: '<string>', name: '<string>' },
diff: { href: '<string>', name: '<string>' },
@@ -200,11 +200,11 @@ describe('publish:bitbucketCloud:pull-request', () => {
const responseOfPullRequests = {
type: '<string>',
links: {
self: {
self: { href: '<string>', name: '<string>' },
html: {
href: 'https://bitbucket.org/workspace/repo/pull-requests/1',
name: '<string>',
},
html: { href: '<string>', name: '<string>' },
commits: { href: '<string>', name: '<string>' },
approve: { href: '<string>', name: '<string>' },
diff: { href: '<string>', name: '<string>' },