Changeset - 69d079190ce7
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2020-07-02 17:08:21
brettcsmith@brettcsmith.org
tests: Test non-string values for payment-method metadata.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
tests/test_reports_accrual.py
Show inline comments
...
 
@@ -591,6 +591,7 @@ def test_outgoing_report_good_payment_method(caplog, accrual_postings, arg):
 
    'usd nonexistent',
 
    'check',
 
    'us check',
 
    *testutil.NON_STRING_METADATA_VALUES,
 
])
 
def test_outgoing_report_bad_payment_method(caplog, accrual_postings, arg):
 
    rt_id = 'rt:40'
0 comments (0 inline, 0 general)