tests for detailed services

This commit is contained in:
Leo Hemsted
2016-08-19 17:36:31 +01:00
parent 2053ebd933
commit 29df7edaf9
4 changed files with 111 additions and 28 deletions

View File

@@ -192,7 +192,6 @@ def dao_fetch_todays_stats_for_all_services():
).select_from(
Service
).join(
# don't want to create a relationship in case we accidentally lazily load it, so manually define the join term
Notification
).filter(
func.date(Notification.created_at) == date.today()