1
0
Fork 0

Fix another rev related test.

This commit is contained in:
Max Neunhoeffer 2016-07-06 10:31:17 +02:00
parent 23f10c1f35
commit 9ff58f5872
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ describe ArangoDB do
# get document, if-none-match with different rev
cmd = "/_api/document/#{did}"
hdr = { "if-none-match" => "\"54454#{rev}\"" }
hdr = { "if-none-match" => "\"54454\"" }
doc = ArangoDB.log_get("#{prefix}-if-none-match-other", cmd, :headers => hdr)
doc.code.should eq(200)