diff --git a/test/integration/epp/domain/create/base_test.rb b/test/integration/epp/domain/create/base_test.rb
index 9f974ebf8..35ef38179 100644
--- a/test/integration/epp/domain/create/base_test.rb
+++ b/test/integration/epp/domain/create/base_test.rb
@@ -13,30 +13,30 @@ class EppDomainCreateBaseTest < EppTestCase
vrjxNMH6HtxW\rEA4RJ9Ao6LCWheg8"
request_xml = <<-XML
-
-
-
-
-
- #{name}
- #{registrant.code}
-
-
-
-
-
- 257
- 3
- 8
- #{pub_key}
-
-
-
- #{'test' * 2000}
-
-
-
-
+
+
+
+
+
+ #{name}
+ #{registrant.code}
+
+
+
+
+
+ 257
+ 3
+ 8
+ #{pub_key}
+
+
+
+ #{'test' * 2000}
+
+
+
+
XML
assert_no_difference 'Domain.count' do
post epp_create_path, params: { frame: request_xml },
@@ -84,25 +84,25 @@ class EppDomainCreateBaseTest < EppTestCase
registrant = contact.becomes(Registrant)
request_xml = <<-XML
-
-
-
-
-
- #{name}
- #{registrant.code}
- #{contacts(:jane).code}
- #{contacts(:william).code}
-
-
-
-
- #{'test' * 2000}
-
-
-
-
- XML
+
+
+
+
+
+ #{name}
+ #{registrant.code}
+ #{contacts(:jane).code}
+ #{contacts(:william).code}
+
+
+
+
+ #{'test' * 2000}
+
+
+
+
+ XML
assert_difference 'Domain.count' do
post epp_create_path, params: { frame: request_xml },
@@ -158,28 +158,26 @@ class EppDomainCreateBaseTest < EppTestCase
registrant = contact.becomes(Registrant)
request_xml = <<-XML
-
-
-
-
-
- #{name}
- #{registrant.code}
- #{contact.code}
- #{contact.code}
- #{contact.code}
-
-
-
-
- #{'test' * 2000}
-
-
-
-
- XML
-
-
+
+
+
+
+
+ #{name}
+ #{registrant.code}
+ #{contact.code}
+ #{contact.code}
+ #{contact.code}
+
+
+
+
+ #{'test' * 2000}
+
+
+
+
+ XML
assert_no_difference 'Domain.count' do
post epp_create_path, params: { frame: request_xml },
@@ -197,26 +195,26 @@ class EppDomainCreateBaseTest < EppTestCase
registrant = contact.becomes(Registrant)
request_xml = <<-XML
-
-
-
-
-
- #{name}
- #{registrant.code}
- #{contact.code}
- #{contact.code}
- #{contact.code}
-
-
-
-
- #{'test' * 2000}
-
-
-
-
- XML
+
+
+
+
+
+ #{name}
+ #{registrant.code}
+ #{contact.code}
+ #{contact.code}
+ #{contact.code}
+
+
+
+
+ #{'test' * 2000}
+
+
+
+
+ XML
assert_no_difference 'Domain.count' do
post epp_create_path, params: { frame: request_xml },
@@ -235,25 +233,25 @@ class EppDomainCreateBaseTest < EppTestCase
contact_two = contacts(:william)
request_xml = <<-XML
-
-
-
-
-
- #{name}
- #{registrant.code}
- #{contact.code}
- #{contact.code}
- #{contact_two.code}
-
-
-
-
- #{'test' * 2000}
-
-
-
-
+
+
+
+
+
+ #{name}
+ #{registrant.code}
+ #{contact.code}
+ #{contact.code}
+ #{contact_two.code}
+
+
+
+
+ #{'test' * 2000}
+
+
+
+
XML
assert_no_difference 'Domain.count' do
@@ -273,25 +271,25 @@ class EppDomainCreateBaseTest < EppTestCase
contact_two = contacts(:william)
request_xml = <<-XML
-
-
-
-
-
- #{name}
- #{registrant.code}
- #{contact_two.code}
- #{contact.code}
- #{contact.code}
-
-
-
-
- #{'test' * 2000}
-
-
-
-
+
+
+
+
+
+ #{name}
+ #{registrant.code}
+ #{contact_two.code}
+ #{contact.code}
+ #{contact.code}
+
+
+
+
+ #{'test' * 2000}
+
+
+
+
XML
assert_no_difference 'Domain.count' do