add test for populate_go_live

This commit is contained in:
Kenneth Kehl
2024-10-23 11:17:03 -07:00
parent bc5ba1de85
commit c88485a151

View File

@@ -107,7 +107,7 @@ def test_update_jobs_archived_flag(notify_db_session, notify_api):
create_job(sms_template)
right_now = utc_now()
tomorrow = right_now + datetime.timedelta(days=1)
tomorrow = right_now + timedelta(days=1)
right_now = right_now.strftime("%Y-%m-%d")
tomorrow = tomorrow.strftime("%Y-%m-%d")