mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
A little bit of clean up.
- Remove the deploy to staging | live links in the README - Update most of the outdated requirements. Left Flask update out for now.
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user