Add fix for bst

This commit is contained in:
Ken Tsang
2017-04-03 15:49:23 +01:00
parent f9264ea399
commit 2b53e14a73
4 changed files with 30 additions and 12 deletions

View File

@@ -110,7 +110,6 @@ def test_get_total_sent_notifications_yesterday_returns_expected_totals_dict(
assert total_count_dict == {
"start_date": get_midnight_for_day_before(datetime.utcnow()),
"end_date": get_london_midnight_in_utc(datetime.utcnow()),
"email": {
"count": 3
},