浏览代码

Fix tests after waitForResponse default change

Gaël Métais 8 年之前
父节点
当前提交
90f6fd83ba
共有 1 个文件被更改,包括 2 次插入1 次删除
  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: {