Preserve 'unknown' in ft_billing for sms if the provider is not known.

This commit is contained in:
venusbb
2018-03-21 09:50:34 +00:00
parent ecef20523b
commit cf019864e2
2 changed files with 9 additions and 10 deletions

View File

@@ -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')