From 484ae19dcb5f9a15e841bdac6abe9243c730375b Mon Sep 17 00:00:00 2001 From: Christinarlong Date: Tue, 8 Oct 2024 15:23:34 -0700 Subject: [PATCH] get rid of comment --- tests/sentry/sentry_apps/test_sentry_app_installation_creator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/sentry/sentry_apps/test_sentry_app_installation_creator.py b/tests/sentry/sentry_apps/test_sentry_app_installation_creator.py index 414ac33fab96d9..af21f464a28803 100644 --- a/tests/sentry/sentry_apps/test_sentry_app_installation_creator.py +++ b/tests/sentry/sentry_apps/test_sentry_app_installation_creator.py @@ -87,7 +87,6 @@ def test_creates_audit_log_entry(self): ).exists() @responses.activate - # @patch("sentry.utils.sentry_apps.webhooks.send_and_save_webhook_request") def test_notifies_service(self): rpc_user = user_service.get_user(user_id=self.user.id)