Explorar el Código

Fix tests after waitForResponse default change

Gaël Métais hace 8 años
padre
commit
90f6fd83ba
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      test/api/apiTest.js

+ 2 - 1
test/api/apiTest.js

@@ -50,7 +50,8 @@ describe('api', function() {
             method: 'POST',
             url: serverUrl + '/api/runs',
             body: {
-                url: ''
+                url: '',
+                waitForResponse: true
             },
             json: true,
             headers: {