From c7f32017b206cbca4f70ade4c9fa9cf837381cab Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Mon, 29 Dec 2014 17:28:27 +0200 Subject: [PATCH] Fix tests --- spec/support/epp.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' } }