diff --git a/smash/web/tests/test_view_notifications.py b/smash/web/tests/test_view_notifications.py index 9c47d92dbcd88f9ef30aaf78fb4ac8815b6a8535..9185900e023a22ef182d140aa7213dd0c9fca555 100644 --- a/smash/web/tests/test_view_notifications.py +++ b/smash/web/tests/test_view_notifications.py @@ -400,7 +400,7 @@ class NotificationViewTests(LoggedInTestCase): original_without_visit_notification = get_subject_with_no_visit_notifications_count(self.user) original_notification = get_subjects_with_reminder_count(self.user) subject = create_subject() - subject.datetime_contact_reminder = get_today_midnight_date() + datetime.timedelta(hours=23) + subject.datetime_contact_reminder = get_today_midnight_date() + datetime.timedelta(hours=1) subject.save() notification = get_subjects_with_reminder_count(self.user)