mirror of https://gitee.com/bigwinds/arangodb
Fix another rev related test.
This commit is contained in:
parent
23f10c1f35
commit
9ff58f5872
|
@ -212,7 +212,7 @@ describe ArangoDB do
|
||||||
|
|
||||||
# get document, if-none-match with different rev
|
# get document, if-none-match with different rev
|
||||||
cmd = "/_api/document/#{did}"
|
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 = ArangoDB.log_get("#{prefix}-if-none-match-other", cmd, :headers => hdr)
|
||||||
|
|
||||||
doc.code.should eq(200)
|
doc.code.should eq(200)
|
||||||
|
|
Loading…
Reference in New Issue