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.
1 parent 14653ff commit c39e925Copy full SHA for c39e925
packages/dd-trace/src/ci-visibility/test-management/get-test-management-tests.js
@@ -14,7 +14,8 @@ function getTestManagementTests ({
14
commitMessage,
15
sha,
16
commitHeadSha,
17
- commitHeadMessage
+ commitHeadMessage,
18
+ branch
19
}, done) {
20
const options = {
21
path: '/api/v2/test/libraries/test-management/tests',
@@ -49,7 +50,8 @@ function getTestManagementTests ({
49
50
attributes: {
51
repository_url: repositoryUrl,
52
commit_message: commitHeadMessage || commitMessage,
- sha: commitHeadSha || sha
53
+ sha: commitHeadSha || sha,
54
55
}
56
57
})
0 commit comments