mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
add expire times for redis objects
This commit is contained in:
@@ -415,6 +415,7 @@ def test_check_for_missing_rows_in_completed_jobs_calls_save_email(
|
||||
),
|
||||
{},
|
||||
queue="database-tasks",
|
||||
expires=ANY
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -356,6 +356,7 @@ def test_process_row_sends_letter_task(
|
||||
),
|
||||
{},
|
||||
queue=expected_queue,
|
||||
expires=ANY
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user