diff --git a/test/api/apiTest.js b/test/api/apiTest.js index be5c9fd..6b183de 100644 --- a/test/api/apiTest.js +++ b/test/api/apiTest.js @@ -187,7 +187,7 @@ describe('api', function() { body.should.not.have.a.property('screenshotBuffer'); // Check if the screenshot url is here body.should.have.a.property('screenshotUrl'); - body.screenshotUrl.should.equal('/api/results/' + body.runId + '/screenshot.jpg'); + body.screenshotUrl.should.equal('api/results/' + body.runId + '/screenshot.jpg'); screenshotUrl = body.screenshotUrl;