1
0
Fork 0

removed debug output

This commit is contained in:
Jan Steemann 2014-04-23 21:45:41 +02:00
parent d3d3473013
commit 42809a20de
1 changed files with 0 additions and 3 deletions

View File

@ -226,9 +226,6 @@ describe ArangoDB do
cmd = "/_api/job/" + id
doc = ArangoDB.log_put("#{prefix}-create-cursor-check-status-408", cmd)
# TODO: sometimes this call returns HTTP 500, not 408
# TODO: remove the print statement when fail reason is known
p doc
doc.code.should eq(408)
end