Remove unused column from query

This commit is contained in:
Chris Hill-Scott
2020-09-26 12:09:54 +01:00
parent 9ad33045dd
commit 1d50bfaafc
3 changed files with 3 additions and 6 deletions

View File

@@ -461,8 +461,7 @@ def test_find_jobs_with_missing_rows(sample_email_template):
results = find_jobs_with_missing_rows()
assert len(results) == 1
assert results[0].actual_count == 4
assert results[0][1] == job_with_missing_rows
assert results[0] == job_with_missing_rows
def test_find_jobs_with_missing_rows_returns_nothing_for_a_job_completed_less_than_10_minutes_ago(