1
0
Fork 0

Fixed a bug in HTTP unittests. It removed the wrong document.

This commit is contained in:
Michael Hackstein 2016-04-01 17:06:19 +02:00
parent 303dacbc30
commit baf7847a43
1 changed files with 1 additions and 1 deletions

View File

@ -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