diff --git a/lib/platform/bitbucket/__snapshots__/index.spec.ts.snap b/lib/platform/bitbucket/__snapshots__/index.spec.ts.snap index 17b05c9c2873f7..6127836ed45001 100644 --- a/lib/platform/bitbucket/__snapshots__/index.spec.ts.snap +++ b/lib/platform/bitbucket/__snapshots__/index.spec.ts.snap @@ -992,9 +992,9 @@ exports[`platform/bitbucket getPrList() filters PR list by author 1`] = ` Array [ Object { "body": undefined, - "branchName": "branch-a", "createdAt": undefined, "number": 1, + "sourceBranch": "branch-a", "state": "open", "targetBranch": "branch-b", "title": undefined,