Skip to content

Commit

Permalink
Merge PR #64 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by celm1990
  • Loading branch information
OCA-git-bot committed Apr 13, 2024
2 parents 50a870e + 2df531b commit 717285b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l10n_ec_account_edi/tests/sri_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
)

soap_file_path = file_path(
"l10n_ec_account_edi/tests/wsdl/RecepcionComprobantesOffline?wsdl"
"l10n_ec_account_edi/tests/wsdl/RecepcionComprobantesOffline.wsdl"
)
transport = Transport(timeout=30)
wsClient = Client(soap_file_path, transport=transport)
Expand Down Expand Up @@ -50,7 +50,7 @@
)

soap_file_path = file_path(
"l10n_ec_account_edi/tests/wsdl/AutorizacionComprobantesOffline?wsdl"
"l10n_ec_account_edi/tests/wsdl/AutorizacionComprobantesOffline.wsdl"
)
wsClient = Client(soap_file_path, transport=transport)
factory = wsClient.type_factory("ns0")
Expand Down

0 comments on commit 717285b

Please sign in to comment.