Send notification emails on some http errors
This commit is contained in:
@@ -42,4 +42,4 @@ class FakeLogger:
|
||||
self.extras.append(kwargs["extra"])
|
||||
|
||||
|
||||
FakeNotificationSender = Mock(spec=NotificationSender)
|
||||
FakeNotificationSender = lambda: Mock(spec=NotificationSender)
|
||||
|
Reference in New Issue
Block a user