notify-281 fix time-sensitive tests

This commit is contained in:
Kenneth Kehl
2023-05-31 17:52:16 -07:00
parent 3b0d38ea39
commit db0d829238
5 changed files with 6 additions and 6 deletions

View File

@@ -527,7 +527,6 @@ def get_detailed_services(start_date, end_date, only_active=False, include_from_
stats = dao_fetch_todays_stats_for_all_services(include_from_test_key=include_from_test_key,
only_active=only_active)
else:
stats = fetch_stats_for_all_services_by_date_range(start_date=start_date,
end_date=end_date,
include_from_test_key=include_from_test_key,