Add current limits to the error message

This commit is contained in:
Alex Sherman 2021-12-05 14:06:13 +05:00 committed by olegphenomenon
parent 16d4e4b4e6
commit dbe1678430
6 changed files with 11 additions and 3 deletions

View file

@ -85,7 +85,7 @@ class EppResponseResultCodeTest < ActiveSupport::TestCase
2308 => 'Data management policy violation',
2400 => 'Command failed',
2501 => 'Authentication error; server closing connection',
2502 => 'Session limit exceeded; server closing connection'
2502 => Shunter.default_error_message
}
assert_equal descriptions, Epp::Response::Result::Code.default_descriptions
end