mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-30 12:23:04 -05:00
fix test
This commit is contained in:
@@ -99,7 +99,7 @@ def dao_get_scheduled_job_stats(
|
||||
Job.service_id == service_id,
|
||||
Job.job_status == JobStatus.SCHEDULED,
|
||||
)
|
||||
return db.session.execute(stmt).scalars().one()
|
||||
return db.session.execute(stmt).one()
|
||||
|
||||
|
||||
def dao_get_job_by_id(job_id):
|
||||
|
||||
Reference in New Issue
Block a user