mirror of https://gitee.com/bigwinds/arangodb
show that we expect this setup call to fail
This commit is contained in:
parent
0ed862b58b
commit
2ececd8fb0
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue