mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
Preserve 'unknown' in ft_billing for sms if the provider is not known.
This commit is contained in:
@@ -261,7 +261,7 @@ def test_create_nightly_billing_null_sent_by_sms(
|
||||
assert record.rate == Decimal(1.33)
|
||||
assert record.billable_units == 1
|
||||
assert record.rate_multiplier == 1
|
||||
assert record.provider in ['mmg', 'firetext']
|
||||
assert record.provider == 'unknown'
|
||||
|
||||
|
||||
@freeze_time('2018-01-15T03:30:00')
|
||||
|
||||
Reference in New Issue
Block a user