mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Tweak usage dashboard test to cover rate changes
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user