diff --git a/InvenTree/common/test_notifications.py b/InvenTree/common/test_notifications.py index 328d0e6ae1..1200c3be3c 100644 --- a/InvenTree/common/test_notifications.py +++ b/InvenTree/common/test_notifications.py @@ -17,7 +17,7 @@ class NotificationTests(BaseNotificationIntegrationTest): METHOD_NAME = 'AnotherFalseNotification' def send(self): - pass + """a comment so we do not need a pass""" class NoNameNotificationMethod(NotificationMethod): pass