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');