Change EPP response code according to its specification

Fixes #587
This commit is contained in:
Artur Beljajev 2019-09-13 21:06:23 +03:00 committed by Alex Sherman
parent 744d6a2b53
commit daeb00ebe7
4 changed files with 7 additions and 3 deletions

View file

@ -169,6 +169,6 @@ class EppLoginTest < EppTestCase
assert_no_difference 'EppSession.count' do
post '/epp/session/login', { frame: request_xml }, 'HTTP_COOKIE' => 'session=new-session-id'
end
assert_epp_response :authentication_error_server_closing_connection
assert_epp_response :session_limit_exceeded_server_closing_connection
end
end