add command to application.py

This commit is contained in:
Leo Hemsted
2017-08-31 14:45:01 +01:00
parent 378b131c59
commit b2436b3e02
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ from datetime import datetime
from app.commands import BackfillProcessingTime
def test_backfill_processing_time_works_for_correct_dates(mocker):
send_mock = mocker.patch('app.commands.send_processing_time_for_start_and_end')