Fix test for utc to bst conversion

This commit is contained in:
Ken Tsang
2017-04-03 16:02:26 +01:00
parent 2b53e14a73
commit 817790784f

View File

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