From d84c138a875860dcda35183d98077d825ac88ecc Mon Sep 17 00:00:00 2001 From: Pierre Verkest Date: Fri, 12 Jan 2024 17:15:36 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Simone Orsi --- edi_webservice_oca/tests/test_send_saving_response.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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