This commit is contained in:
Matthias 2022-04-05 01:08:35 +02:00
parent 41ccacaa05
commit ad9d067033
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -494,7 +494,7 @@ class BaseNotificationIntegrationTest(TestCase):
self.part = Part.objects.get(name='R_2K2_0805') self.part = Part.objects.get(name='R_2K2_0805')
def _notification_run(self): def _notification_run(self):
# There should be no notification runs # There should be no notification runs
self.assertEqual(NotificationEntry.objects.all().count(), 0) self.assertEqual(NotificationEntry.objects.all().count(), 0)
# Test that notifications run through without errors # Test that notifications run through without errors