From 76df43fe6693852d539590ed06cf076884d53264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Thu, 29 Dec 2016 19:07:54 +0800 Subject: [PATCH] Fix tests --- 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 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;