diff --git a/kallithea/tests/models/test_notifications.py b/kallithea/tests/models/test_notifications.py --- a/kallithea/tests/models/test_notifications.py +++ b/kallithea/tests/models/test_notifications.py @@ -32,7 +32,7 @@ class TestNotifications(TestControllerPy Session().commit() self.u3 = self.u3.user_id - remove_all_notifications() + self.remove_all_notifications() assert [] == Notification.query().all() assert [] == UserNotification.query().all()