Skip to content

Commit 0dc8b49

Browse files
committed
Adding "status" mandatory parameter
The "status" parameter is mandatory in report test case result request.
1 parent 09e7654 commit 0dc8b49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/testlinkapi.js

+4
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,10 @@ TestLinkApi.prototype.reportTCResult = function(params, callback) {
802802
value: params.notes || "notes",
803803
type: "string"
804804
},
805+
status: {
806+
value: params.status || 'status',
807+
type: 'string'
808+
},
805809
platformname: {
806810
value: params.platformname || "platformname",
807811
type: "string"

0 commit comments

Comments
 (0)