Merge pull request #659 from alphagov/update-requirements

Update requirements
This commit is contained in:
Rebecca Law
2016-09-06 14:16:31 +01:00
committed by GitHub
3 changed files with 11 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ from app.celery.scheduled_tasks import (delete_verify_codes,
run_scheduled_jobs)
from app.dao.jobs_dao import dao_get_job_by_id
from tests.app.conftest import sample_notification, sample_job
from mock import call
from unittest.mock import call
def test_should_have_decorated_tasks_functions():