Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Simone Orsi <[email protected]>
  • Loading branch information
2 people authored and Matthias BARKAT committed Jun 9, 2024
1 parent 67a3c4f commit d84c138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edi_webservice_oca/tests/test_send_saving_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d84c138

Please sign in to comment.