1
0
Fork 0

show that we expect this setup call to fail

This commit is contained in:
Wilfried Goesgens 2017-03-15 11:23:44 +01:00
parent 0ed862b58b
commit 2ececd8fb0
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Remove existing Task
period: 2
}
// Ensure it's really not there:
curlRequest('DELETE', url + sampleTask.id, [404|200]);
curlRequest('DELETE', url + sampleTask.id, null, null, [404,200]);
// put in something we may delete:
curlRequest('PUT', url + sampleTask.id,
sampleTask);