From 9d2d99b5ba922db2c8af11685f72c77e21a6d972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Thu, 29 Dec 2016 19:18:41 +0800 Subject: [PATCH] Fix still failing test --- test/api/apiTest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/apiTest.js b/test/api/apiTest.js index 6b183de..45d768c 100644 --- a/test/api/apiTest.js +++ b/test/api/apiTest.js @@ -660,7 +660,7 @@ describe('api', function() { request({ method: 'GET', - url: serverUrl + screenshotUrl + url: serverUrl + '/' + screenshotUrl }, function(error, response, body) { if (!error && response.statusCode === 200) { response.headers['content-type'].should.equal('image/jpeg');