mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 17:01:35 -05:00
Fix test for utc to bst conversion
This commit is contained in:
@@ -57,7 +57,7 @@ def test_send_platform_stats_creates_correct_call(notify_api, client):
|
|||||||
status_code=200
|
status_code=200
|
||||||
)
|
)
|
||||||
client.send_performance_stats(
|
client.send_performance_stats(
|
||||||
date=datetime(2016, 10, 16, 0, 0, 0),
|
date=datetime(2016, 10, 15, 23, 0, 0),
|
||||||
channel='sms',
|
channel='sms',
|
||||||
count=142,
|
count=142,
|
||||||
period='day'
|
period='day'
|
||||||
|
|||||||
Reference in New Issue
Block a user