Working on getting tests working.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2023-11-10 16:14:03 -05:00
parent d19cabed90
commit 8350408512
8 changed files with 65 additions and 13 deletions

View File

@@ -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(