diff --git a/tests/app/dao/test_fact_notification_status_dao.py b/tests/app/dao/test_fact_notification_status_dao.py index 405b4a104..a9be67b5d 100644 --- a/tests/app/dao/test_fact_notification_status_dao.py +++ b/tests/app/dao/test_fact_notification_status_dao.py @@ -77,7 +77,6 @@ def test_fetch_notification_status_for_service_by_month(notify_db_session): key=lambda x: (x.month, x.notification_status), ) - print(results) assert len(results) == 3 assert results[0].month.date() == date(2018, 1, 1)