Fix still failing test

This commit is contained in:
Gaël Métais
2016-12-29 19:18:41 +08:00
parent 76df43fe66
commit 9d2d99b5ba
+1 -1
View File
@@ -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');