Browse Source

Fix tests after waitForResponse default change

Gaël Métais 8 years ago
parent
commit
90f6fd83ba
1 changed files with 2 additions and 1 deletions
  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: {