From 30f2a59511ae260e32f7c9ca818ee2d0ef0ac4d1 Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Thu, 17 Jul 2014 09:02:45 +0200 Subject: [PATCH] Fixed cluster test in general graph --- UnitTests/HttpInterface/api-general-graph-spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTests/HttpInterface/api-general-graph-spec.rb b/UnitTests/HttpInterface/api-general-graph-spec.rb index f9ef685ff2..0143e6ad84 100644 --- a/UnitTests/HttpInterface/api-general-graph-spec.rb +++ b/UnitTests/HttpInterface/api-general-graph-spec.rb @@ -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