mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-08 18:34:24 -04:00
update tests to reflect new code
also change jobs.py to filter out test jobs (since we dont need to see em) and to use the new statuses filter rather than filtering on front end
This commit is contained in:
@@ -159,7 +159,7 @@ def job_json(
|
||||
notification_count=1,
|
||||
notifications_sent=1,
|
||||
notifications_requested=1,
|
||||
job_status='Delivered',
|
||||
job_status='finished',
|
||||
scheduled_for=''
|
||||
):
|
||||
if job_id is None:
|
||||
|
||||
Reference in New Issue
Block a user