Fix tests after waitForResponse default change

This commit is contained in:
Gaël Métais
2016-12-20 15:03:23 +08:00
parent d9e9465415
commit 90f6fd83ba
+2 -1
View File
@@ -50,7 +50,8 @@ describe('api', function() {
method: 'POST',
url: serverUrl + '/api/runs',
body: {
url: ''
url: '',
waitForResponse: true
},
json: true,
headers: {