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 43936ca commit 631ba22Copy full SHA for 631ba22
test/testUtils.js
@@ -176,6 +176,7 @@ var testUtils = function testUtils() {
176
request.get("/jobs/i?jobName=" + encodeURIComponent(jobName) + "&action=runNow&api_key=" + props.API_KEY_ADMIN)
177
.expect(200)
178
.end(function(err, res) {
179
+ console.log(res.text);
180
if (err) {
181
callback(err);
182
}
0 commit comments