mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +02:00
fix domain default contact issue
This commit is contained in:
parent
6d251f9533
commit
e20de5b793
2 changed files with 4 additions and 4 deletions
|
@ -94,8 +94,8 @@ describe 'EPP Domain', epp: true do
|
|||
response[:clTRID].should == 'ABC-12345'
|
||||
|
||||
d.registrar.name.should == 'registrar1'
|
||||
d.tech_contacts.count.should == 3
|
||||
d.admin_contacts.count.should == 2
|
||||
d.tech_contacts.count.should == 2
|
||||
d.admin_contacts.count.should == 1
|
||||
|
||||
d.nameservers.count.should == 2
|
||||
d.auth_info.should_not be_empty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue