mirror of
https://github.com/internetee/registry.git
synced 2025-07-26 04:28:27 +02:00
Strory#110308584 - Contact cc returns error code 2003
This commit is contained in:
parent
72f40e0739
commit
1fd20af827
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ describe 'EPP Contact', epp: true do
|
||||||
}
|
}
|
||||||
response = create_request({}, extension)
|
response = create_request({}, extension)
|
||||||
response[:msg].should == "Required ident attribute missing: cc"
|
response[:msg].should == "Required ident attribute missing: cc"
|
||||||
response[:result_code].should == '2001'
|
response[:result_code].should == '2003'
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'should return country missing' do
|
it 'should return country missing' do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue