mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
Add schema validations for session spec #2660
This commit is contained in:
parent
a9449bb05e
commit
2ecce2141e
6 changed files with 43 additions and 38 deletions
|
@ -939,15 +939,6 @@ describe 'EPP Contact', epp: true do
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
context 'renew command' do
|
||||
it 'returns 2101-unimplemented command' do
|
||||
response = epp_plain_request('contacts/renew.xml')
|
||||
|
||||
response[:msg].should == 'Unimplemented command'
|
||||
response[:result_code].should == '2101'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
def check_multiple_contacts_xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue