diff --git a/spec/support/epp.rb b/spec/support/epp.rb index 68072905d..8ba32ffa2 100644 --- a/spec/support/epp.rb +++ b/spec/support/epp.rb @@ -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' } }