mirror of https://gitee.com/bigwinds/arangodb
Fixed a bug in HTTP unittests. It removed the wrong document.
This commit is contained in:
parent
303dacbc30
commit
baf7847a43
|
@ -532,7 +532,7 @@ describe ArangoDB do
|
|||
doc.parsed_response['code'].should eq(409)
|
||||
doc.parsed_response['errorNum'].should eq(1210)
|
||||
|
||||
ArangoDB.delete("/_api/document/#{@cn}/#{@did}")
|
||||
ArangoDB.delete("/_api/document/#{@cn}/#{@key}")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue