Tweak usage dashboard test to cover rate changes

This commit is contained in:
Ben Thorner
2022-04-26 14:02:54 +01:00
parent 2706ec4c73
commit a02e1adbc5
2 changed files with 12 additions and 12 deletions

View File

@@ -2334,56 +2334,56 @@ def mock_get_billable_units(mocker):
{
'month': 'April',
'notification_type': 'sms',
'rate': 0.0165,
'rate': 0.017,
'billing_units': 249500,
'postage': 'none',
},
{
'month': 'April',
'notification_type': 'sms',
'rate': 0.0165,
'rate': 0.017,
'billing_units': 100,
'postage': 'none',
},
{
'month': 'April',
'notification_type': 'sms',
'rate': 0.0165,
'rate': 0.017,
'billing_units': 200,
'postage': 'none',
},
{
'month': 'April',
'notification_type': 'sms',
'rate': 0.0165,
'rate': 0.017,
'billing_units': 60,
'postage': 'none',
},
{
'month': 'March',
'notification_type': 'sms',
'rate': 0.0165,
'rate': 0.017,
'billing_units': 1000,
'postage': 'none',
},
{
'month': 'March',
'notification_type': 'sms',
'rate': 0.0165,
'rate': 0.017,
'billing_units': 100,
'postage': 'none',
},
{
'month': 'March',
'notification_type': 'sms',
'rate': 0.0165,
'rate': 0.017,
'billing_units': 100,
'postage': 'none',
},
{
'month': 'March',
'notification_type': 'sms',
'rate': 0.0165,
'rate': 0.017,
'billing_units': 30,
'postage': 'none',
},