clean up remaining todays()

This commit is contained in:
Kenneth Kehl
2023-05-31 10:07:27 -07:00
parent 38461af5ae
commit 80c6c677db
4 changed files with 7 additions and 7 deletions

View File

@@ -714,7 +714,7 @@ def test_fetch_usage_year_for_organisation_only_queries_present_year(notify_db_s
last_year = current_year - 1
date_two_years_ago = date(2021, 3, 31)
date_in_last_financial_year = date(2022, 3, 31)
date_in_this_year = date.today()
date_in_this_year = datetime.utcnow().date()
org = create_organisation(name='Organisation 1')