From b0b957be5606ccbb5bed5cd66b52d023a89d416f Mon Sep 17 00:00:00 2001 From: Raj Joshi Date: Fri, 7 Feb 2025 20:25:11 -0800 Subject: [PATCH] :wrench: chore: fix test --- .../actions/notification/test_slack_notify_service_action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sentry/integrations/slack/actions/notification/test_slack_notify_service_action.py b/tests/sentry/integrations/slack/actions/notification/test_slack_notify_service_action.py index 9d33ddde70b19b..c90ce7a6bf183d 100644 --- a/tests/sentry/integrations/slack/actions/notification/test_slack_notify_service_action.py +++ b/tests/sentry/integrations/slack/actions/notification/test_slack_notify_service_action.py @@ -414,7 +414,7 @@ def test_after_reply_in_thread_noa(self, mock_api_call, mock_post, mock_record): assert ( blocks[0]["text"]["text"] - == f":large_yellow_circle: " + == f":large_yellow_circle: " ) assert NotificationMessage.objects.all().count() == 2