Skip to content

Commit ac2221a

Browse files
committed
add api key to the test status endpoint
1 parent f9898d3 commit ac2221a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mapping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@ var commands = {
13061306
status: {
13071307
name: "getTestStatus",
13081308
param: "id",
1309-
options: [options.request],
1309+
options: [options.request, options.apikey],
13101310
info: "check test status",
13111311
},
13121312
results: {

0 commit comments

Comments
 (0)