Fixing tests.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2023-12-12 09:13:43 -05:00
parent e4f228ca0d
commit 81b5afc983

View File

@@ -319,7 +319,7 @@ def update_jobs_archived_flag(start_date, end_date):
where
created_at >= (date :start + time '00:00:00')
and created_at < (date :end + time '00:00:00')
"""
"""
result = db.session.execute(
sql, {"start": process_date, "end": process_date + timedelta(days=1)}
)