mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
Working on getting tests working.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -11,8 +11,8 @@ from app.celery.scheduled_tasks import (
|
||||
check_for_missing_rows_in_completed_jobs,
|
||||
check_for_services_with_high_failure_rates_or_sending_to_tv_numbers,
|
||||
check_job_status,
|
||||
expire_or_delete_invitations,
|
||||
delete_verify_codes,
|
||||
expire_or_delete_invitations,
|
||||
replay_created_notifications,
|
||||
run_scheduled_jobs,
|
||||
)
|
||||
@@ -40,7 +40,7 @@ def test_should_call_delete_codes_on_delete_verify_codes_task(
|
||||
)
|
||||
|
||||
|
||||
def test_should_call_delete_invotations_on_delete_invitations_task(
|
||||
def test_should_call_expire_or_delete_invotations_on_expire_or_delete_invitations_task(
|
||||
notify_db_session, mocker
|
||||
):
|
||||
mocker.patch(
|
||||
|
||||
Reference in New Issue
Block a user