Send notification emails on some http errors

This commit is contained in:
richard-dds
2019-05-15 14:31:16 -04:00
parent d8e75668b0
commit fe5def3a92
4 changed files with 26 additions and 8 deletions

View File

@@ -42,4 +42,4 @@ class FakeLogger:
self.extras.append(kwargs["extra"])
FakeNotificationSender = Mock(spec=NotificationSender)
FakeNotificationSender = lambda: Mock(spec=NotificationSender)