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:
Leo Hemsted
2016-10-05 17:45:04 +01:00
parent 441a2717f2
commit aa458a15da
6 changed files with 53 additions and 32 deletions

View File

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