mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 18:01:08 -05:00
Use datetime in other test for consistency
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user