mirror of https://gitee.com/bigwinds/arangodb
Fixed cluster test in general graph
This commit is contained in:
parent
679996d5b4
commit
30f2a59511
|
@ -856,7 +856,7 @@ describe ArangoDB do
|
|||
doc.parsed_response['error'].should eq(true)
|
||||
doc.parsed_response['code'].should eq(404)
|
||||
doc.parsed_response['errorNum'].should eq(1202)
|
||||
doc.parsed_response['errorMessage'].should eq("document not found")
|
||||
doc.parsed_response['errorMessage'].should include("document not found")
|
||||
end
|
||||
|
||||
it "get vertex" do
|
||||
|
|
Loading…
Reference in New Issue