From 795cb1713d5d855c8772ef7ed479e1f696b99e84 Mon Sep 17 00:00:00 2001 From: Vladimir Krylov Date: Mon, 6 Jun 2016 14:19:48 +0300 Subject: [PATCH] Strory#110308584 - we have new error message --- spec/epp/contact_spec.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/epp/contact_spec.rb b/spec/epp/contact_spec.rb index 789153cca..b987a6c41 100644 --- a/spec/epp/contact_spec.rb +++ b/spec/epp/contact_spec.rb @@ -217,8 +217,7 @@ describe 'EPP Contact', epp: true do } } response = create_request({}, extension) - response[:msg].should == "Element '{https://epp.tld.ee/schema/eis-1.0.xsd}ident': The attribute "\ - "'cc' is required but missing." + response[:msg].should == "Required ident attribute missing: cc" response[:result_code].should == '2001' end