Stuff was done.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-02-06 16:01:08 -05:00
parent 6717729664
commit 2655dc60cd
2 changed files with 10 additions and 6 deletions

View File

@@ -857,7 +857,7 @@ def test_get_total_notifications_for_date_range(sample_service):
)
assert len(results) == 1
assert results[0] == ("2021-03-01", 15, 20)
assert results[0] == (date.fromisoformat("2021-03-01"), 15, 20)
@pytest.mark.skip(reason="Need a better way to test variable DST date")