mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
Fix tests
This commit is contained in:
parent
a9db719123
commit
c7f32017b2
1 changed files with 3 additions and 3 deletions
|
@ -360,7 +360,7 @@ module Epp
|
|||
}
|
||||
|
||||
epp_xml = EppXml::Domain.new(cl_trid: 'ABC-12345')
|
||||
epp_xml.create(xml_params, false)
|
||||
epp_xml.create(xml_params, {})
|
||||
end
|
||||
|
||||
def domain_create_with_host_attrs
|
||||
|
@ -393,10 +393,10 @@ module Epp
|
|||
}
|
||||
|
||||
epp_xml = EppXml::Domain.new(cl_trid: 'ABC-12345')
|
||||
epp_xml.create(xml_params, false)
|
||||
epp_xml.create(xml_params, {})
|
||||
end
|
||||
|
||||
def domain_update_xml(xml_params = {}, dnssec_params = false)
|
||||
def domain_update_xml(xml_params = {}, dnssec_params = {})
|
||||
defaults = {
|
||||
name: { value: 'example.ee' }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue