diff --git a/edi_webservice_oca/tests/test_send_saving_response.py b/edi_webservice_oca/tests/test_send_saving_response.py index 9294b30079..bcf45552f6 100644 --- a/edi_webservice_oca/tests/test_send_saving_response.py +++ b/edi_webservice_oca/tests/test_send_saving_response.py @@ -116,7 +116,7 @@ def test_ws_response_content_filename(self): self.assertEqual(self.record.ws_response_content_filename, "response_test.json") -class TestWebServiceSendHandledErrorChangingExchangeState(TestEDIWebserviceBase): +class TestSendCustomSaveResponse(TestEDIWebserviceBase): """This test demonstrate how to force state of exchange record even we get HTTP ERROR, because webservice module open a new transaction to change state of the consumer record in case of status code != 200 we