diff --git a/src/sentry/plugins/bases/notify.py b/src/sentry/plugins/bases/notify.py index 3ef9b95a3bbc69..6e37fb191bee7e 100644 --- a/src/sentry/plugins/bases/notify.py +++ b/src/sentry/plugins/bases/notify.py @@ -188,9 +188,6 @@ def test_configuration_and_get_test_results(self, project): test_results = "No errors returned" return test_results - def get_notification_doc_html(self, **kwargs): - return "" - def add_notification_referrer_param(self, url): if self.slug: parsed_url = urlparse(url)