tests: make payfip tests compatible with zeep 4.0

This commit is contained in:
Benjamin Dauvergne 2020-10-15 21:31:41 +02:00
parent 7fa4e35641
commit c4f59e4412
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ def payfip(request):
raise RequestException('huhu')
with httmock.HTTMock(raise_on_request):
payfip = PayFiP(wsdl_url='file://eopayment/resource/PaiementSecuriseService.wsdl',
payfip = PayFiP(wsdl_url='./eopayment/resource/PaiementSecuriseService.wsdl',
zeep_client_kwargs={'plugins': [history]})
try:
if 'update_data' not in request.keywords: