Fix tests after waitForResponse default change
This commit is contained in:
+2
-1
@@ -50,7 +50,8 @@ describe('api', function() {
|
||||
method: 'POST',
|
||||
url: serverUrl + '/api/runs',
|
||||
body: {
|
||||
url: ''
|
||||
url: '',
|
||||
waitForResponse: true
|
||||
},
|
||||
json: true,
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user