Skip to content

Commit 54f2508

Browse files
committed
Fix failing tests
1 parent 0cc1649 commit 54f2508

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

fints/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,6 +1429,8 @@ def _send_pay_with_possible_retry(self, dialog, command_seg, resume_func):
14291429
command_seg=command_seg,
14301430
resume_method=resume_func,
14311431
)
1432+
else:
1433+
hivpp = None
14321434

14331435
for resp in response.responses(tan_seg):
14341436
if resp.code in ('0030', '3955'):

0 commit comments

Comments
 (0)