notify-34 fix skipped tests

This commit is contained in:
Kenneth Kehl
2023-05-18 09:46:36 -07:00
parent 49a73a2238
commit 6e597aafad
7 changed files with 7 additions and 22 deletions

View File

@@ -116,7 +116,7 @@ def test_get_jobs_for_service(sample_template):
assert one_job_from_db != other_job_from_db
@pytest.mark.skip(reason="Needs updating for TTS: Timezone handling")
# @pytest.mark.skip(reason="Needs updating for TTS: Timezone handling")
def test_get_jobs_for_service_with_limit_days_param(sample_template):
one_job = create_job(sample_template)
old_job = create_job(sample_template, created_at=datetime.now() - timedelta(days=8))