mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 08:43:37 +02:00
Updated spec about contact infData
This commit is contained in:
parent
563ef753d8
commit
67f23d2769
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ describe 'EPP Contact', epp: true do
|
||||||
response[:msg].should == 'Command completed successfully'
|
response[:msg].should == 'Command completed successfully'
|
||||||
response[:result_code].should == '1000'
|
response[:result_code].should == '1000'
|
||||||
|
|
||||||
contact = response[:parsed].css('resData chkData')
|
contact = response[:parsed].css('resData infData')
|
||||||
contact.css('name').first.text.should == 'Johnny Awesome'
|
contact.css('name').first.text.should == 'Johnny Awesome'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue