diff --git a/doc/schemas/contact-1.0.xsd b/doc/schemas/contact-1.0.xsd
index 3f4dc026d..96e7a0f97 100644
--- a/doc/schemas/contact-1.0.xsd
+++ b/doc/schemas/contact-1.0.xsd
@@ -26,7 +26,7 @@
-->
-
+
diff --git a/spec/epp/contact_spec.rb b/spec/epp/contact_spec.rb
index 4261cfd3e..eac12a698 100644
--- a/spec/epp/contact_spec.rb
+++ b/spec/epp/contact_spec.rb
@@ -753,7 +753,7 @@ describe 'EPP Contact', epp: true do
it 'should not delete when not owner with wrong password' do
login_as :registrar2 do
- response = delete_request({ authInfo: { value: 'wrong password' } })
+ response = delete_request({ authInfo: { pw: { value: 'wrong password' } } })
response[:msg].should == 'Authorization error'
response[:result_code].should == '2201'
response[:results].count.should == 1