Skip to content

Commit 631ba22

Browse files
author
Cookiezaurs
committed
check response on deletion retrigger
1 parent 43936ca commit 631ba22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/testUtils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ var testUtils = function testUtils() {
176176
request.get("/jobs/i?jobName=" + encodeURIComponent(jobName) + "&action=runNow&api_key=" + props.API_KEY_ADMIN)
177177
.expect(200)
178178
.end(function(err, res) {
179+
console.log(res.text);
179180
if (err) {
180181
callback(err);
181182
}

0 commit comments

Comments
 (0)