From 102a17c12bf200d5e891cf01c1eb6dd68f9d8051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Wed, 20 Sep 2017 16:17:33 +0200 Subject: [PATCH] Fix test --- test/support/batch-test-client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/support/batch-test-client.js b/test/support/batch-test-client.js index b39d3887..ac471dbb 100644 --- a/test/support/batch-test-client.js +++ b/test/support/batch-test-client.js @@ -109,7 +109,7 @@ BatchTestClient.prototype.getWorkInProgressJobs = function(override, callback) { assert.response( this.server, { - url: this.getUrl(override, 'wip'), + url: '/api/v1/jobs-wip', headers: { host: this.getHost(override) },