mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Server does not reply with clTRID when not specified in request
This commit is contained in:
parent
9a4b268322
commit
5e6cb6cbd1
4 changed files with 18 additions and 11 deletions
|
@ -1931,10 +1931,10 @@ describe 'EPP Domain', epp: true do
|
|||
domain.save
|
||||
|
||||
xml = domain_info_xml(name: { value: domain.name })
|
||||
|
||||
response = epp_plain_request(xml, :xml)
|
||||
response[:results][0][:msg].should == 'Command completed successfully'
|
||||
response[:results][0][:result_code].should == '1000'
|
||||
response[:clTRID].should be_nil
|
||||
|
||||
inf_data = response[:parsed].css('resData infData')
|
||||
inf_data.css('name').text.should == domain.name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue