fixed tests

This commit is contained in:
olegphenomenon 2022-11-07 15:59:48 +02:00
parent 045b5f03ba
commit 48c14b8a39
4 changed files with 6 additions and 3 deletions

View file

@ -34,7 +34,7 @@ module Epp
code: '2502',
msg: Shunter.default_error_message)
handle_errors
log_exception(exception)
log_exception(exception) unless Rails.env.test?
end
def respond_with_command_failed_error(exception)