Use datetime in other test for consistency

This commit is contained in:
Imdad Ahad
2017-02-03 13:35:50 +00:00
parent 1e541b5079
commit e75b618c6e

View File

@@ -28,7 +28,7 @@ def test_should_not_call_if_not_enabled(notify_api, client, mocker):
mocker.patch.object(client, '_send_stats_to_performance_platform') mocker.patch.object(client, '_send_stats_to_performance_platform')
client.active = False client.active = False
client.send_performance_stats( client.send_performance_stats(
date='2016-10-16T00:00:00+00:00', date=datetime(2016, 10, 16, 0, 0, 0),
channel='sms', channel='sms',
count=142, count=142,
period='day' period='day'