tests: Test non-string values for payment-method metadata.
This commit is contained in:
parent
638bc8ccbb
commit
69d079190c
1 changed files with 1 additions and 0 deletions
|
@ -591,6 +591,7 @@ def test_outgoing_report_good_payment_method(caplog, accrual_postings, arg):
|
||||||
'usd nonexistent',
|
'usd nonexistent',
|
||||||
'check',
|
'check',
|
||||||
'us check',
|
'us check',
|
||||||
|
*testutil.NON_STRING_METADATA_VALUES,
|
||||||
])
|
])
|
||||||
def test_outgoing_report_bad_payment_method(caplog, accrual_postings, arg):
|
def test_outgoing_report_bad_payment_method(caplog, accrual_postings, arg):
|
||||||
rt_id = 'rt:40'
|
rt_id = 'rt:40'
|
||||||
|
|
Loading…
Reference in a new issue