This commit is contained in:
Daniel García Aubert 2017-09-20 16:17:33 +02:00
parent 4d910a712c
commit 102a17c12b

View File

@ -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)
},