From 1fd20af8273b0f2782f8bb6f3fc3b90dff289157 Mon Sep 17 00:00:00 2001 From: Vladimir Krylov Date: Wed, 8 Jun 2016 17:15:11 +0300 Subject: [PATCH] Strory#110308584 - Contact cc returns error code 2003 --- spec/epp/contact_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/epp/contact_spec.rb b/spec/epp/contact_spec.rb index 6c9f90663..4d9d51770 100644 --- a/spec/epp/contact_spec.rb +++ b/spec/epp/contact_spec.rb @@ -218,7 +218,7 @@ describe 'EPP Contact', epp: true do } response = create_request({}, extension) response[:msg].should == "Required ident attribute missing: cc" - response[:result_code].should == '2001' + response[:result_code].should == '2003' end it 'should return country missing' do