mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 02:39:37 +02:00
Fix domain statues taken error
This commit is contained in:
parent
2a48c93d33
commit
17386c0010
2 changed files with 3 additions and 2 deletions
|
@ -148,9 +148,10 @@ en:
|
||||||
|
|
||||||
domain_status:
|
domain_status:
|
||||||
attributes:
|
attributes:
|
||||||
setting_id:
|
value:
|
||||||
taken: 'Status already exists on this domain'
|
taken: 'Status already exists on this domain'
|
||||||
|
|
||||||
|
|
||||||
user:
|
user:
|
||||||
attributes:
|
attributes:
|
||||||
username:
|
username:
|
||||||
|
|
|
@ -1338,8 +1338,8 @@ describe 'EPP Domain', epp: true do
|
||||||
xml = domain_info_xml(name: { value: domain.name })
|
xml = domain_info_xml(name: { value: domain.name })
|
||||||
|
|
||||||
response = epp_plain_request(xml, :xml)
|
response = epp_plain_request(xml, :xml)
|
||||||
response[:results][0][:result_code].should == '1000'
|
|
||||||
response[:results][0][:msg].should == 'Command completed successfully'
|
response[:results][0][:msg].should == 'Command completed successfully'
|
||||||
|
response[:results][0][:result_code].should == '1000'
|
||||||
|
|
||||||
inf_data = response[:parsed].css('resData infData')
|
inf_data = response[:parsed].css('resData infData')
|
||||||
inf_data.css('name').text.should == domain.name
|
inf_data.css('name').text.should == domain.name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue