From 817790784f0f91085d0a35bfad70b9d21e28c95f Mon Sep 17 00:00:00 2001 From: Ken Tsang Date: Mon, 3 Apr 2017 16:02:26 +0100 Subject: [PATCH] Fix test for utc to bst conversion --- tests/app/clients/test_performance_platform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/clients/test_performance_platform.py b/tests/app/clients/test_performance_platform.py index 2588ca0db..9913048f8 100644 --- a/tests/app/clients/test_performance_platform.py +++ b/tests/app/clients/test_performance_platform.py @@ -57,7 +57,7 @@ def test_send_platform_stats_creates_correct_call(notify_api, client): status_code=200 ) client.send_performance_stats( - date=datetime(2016, 10, 16, 0, 0, 0), + date=datetime(2016, 10, 15, 23, 0, 0), channel='sms', count=142, period='day'