소스 검색

Fix still failing test

Gaël Métais 8 년 전
부모
커밋
9d2d99b5ba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/api/apiTest.js

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