We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f626e2 + f970ba7 commit 205970cCopy full SHA for 205970c
test/sanity-check/api/branch-test.js
@@ -158,7 +158,7 @@ describe('Branch api Test', () => {
158
}
159
]
160
161
- const response = makeBranch().merge(mergeObj, params)
+ const response = await makeBranch().merge(mergeObj, params)
162
mergeJobUid = response.uid
163
expect(response.merge_details.base_branch).to.be.equal(branch.uid)
164
expect(response.merge_details.compare_branch).to.be.equal(stageBranch.uid)
0 commit comments