'12345678',
'test1',
'1234',
- fints_server
+ fints_server,
+ product_id="TEST-123", product_version="1.2.3",
)
'test1',
'99999',
fints_server,
+ product_id="TEST-123", product_version="1.2.3",
)
with pytest.raises(FinTSClientPINError):
with client:
'test1',
'3938',
fints_server,
+ product_id="TEST-123", product_version="1.2.3",
)
with pytest.raises(FinTSClientTemporaryAuthError):
with client:
'test1',
'1234',
fints_server,
- from_data=c_data
+ from_data=c_data,
+ product_id="TEST-123", product_version="1.2.3",
)
assert system_id == fints_client.system_id
'Test Receiver',
Decimal('1.23'),
'Test Sender',
- 'Test transfer 1step'
+ 'Test transfer 1step',
)
assert isinstance(a, TransactionResponse)