Fix tests

This commit is contained in:
Gaël Métais
2016-12-29 19:07:54 +08:00
parent 0d72f6b987
commit 76df43fe66
+1 -1
View File
@@ -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;