fix: update tests
Signed-off-by: Benjamin Janssens <benji.janssens@gmail.com>
This commit is contained in:
+2
-2
@@ -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>' },
|
||||
|
||||
+2
-2
@@ -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>' },
|
||||
|
||||
Reference in New Issue
Block a user