diff --git a/InvenTree/common/test_notifications.py b/InvenTree/common/test_notifications.py index aceb25dafb..328d0e6ae1 100644 --- a/InvenTree/common/test_notifications.py +++ b/InvenTree/common/test_notifications.py @@ -11,7 +11,7 @@ class NotificationTests(BaseNotificationIntegrationTest): """ensure the implementation requirements are tested""" class FalseNotificationMethod(NotificationMethod): - METHOD_NAME = 'FalseNotification' + METHOD_NAME = 'FalseNotification' class AnotherFalseNotificationMethod(NotificationMethod): METHOD_NAME = 'AnotherFalseNotification'