Просмотр исходного кода

Fix content type response in XHRUpload test

Renée Kooi 7 лет назад
Родитель
Сommit
456a4a8673
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      test/endtoend/specs/uppy.test.js

+ 1 - 0
test/endtoend/specs/uppy.test.js

@@ -73,6 +73,7 @@ describe.only('XHRUpload with `limit`', () => {
   before(() => {
     server = http.createServer((req, res) => {
       res.writeHead(200, {
+        'content-type': 'application/json',
         'access-control-allow-origin': '*'
       })
       req.pause()