Skip to content

Send all exceptions to OTRS

Administrator requested to merge send-all-exceptions-to-OTRS into master
  • Delete MMHTTPErrorException (to reraise the original errors) and NewLineRequestNonPortability, since new registrations will be available in production.
  • Modify the structure of PostalCodeFormatException to match the other custom exceptions format.
  • Add OTRS_catalan_messages.py to gather catalan messages in a string resource file. These messages are meant to be send to OTRS for an easier error comprehension from the SC agents.
  • Manage pymasmovil error messages, adding catalan introductions before sending them to OTRS.
  • Use self.assertRaisesRegex when testing exceptions raised from the same proxy.
Edited by Administrator

Merge request reports