Strory#110308584 - Contact cc returns error code 2003

This commit is contained in:
Vladimir Krylov 2016-06-08 17:15:11 +03:00
parent 72f40e0739
commit 1fd20af827

View file

@ -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