mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +02:00
Placeholder for contact info
This commit is contained in:
parent
8882c36053
commit
2cdd10f465
4 changed files with 32 additions and 0 deletions
|
@ -56,6 +56,14 @@ describe 'EPP Contact', epp: true do
|
|||
|
||||
end
|
||||
|
||||
#TODO replace after implementing info commad for contact
|
||||
it 'returns error unimplemented command on info_contact' do
|
||||
Fabricate(:contact)
|
||||
response = epp_request('contacts/info.xml')
|
||||
expect(response[:result_code]).to eq('2101')
|
||||
expect(response[:msg]).to eq('Unimplemented command')
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue