From bec18f00dd2e6594f47a04aa4526299de770c05a Mon Sep 17 00:00:00 2001 From: Cathy Teng Date: Fri, 13 Dec 2024 15:06:01 -0800 Subject: [PATCH] fix test --- tests/sentry/workflow_engine/processors/test_action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sentry/workflow_engine/processors/test_action.py b/tests/sentry/workflow_engine/processors/test_action.py index 839ff4ac0c0857..1378a65ec4c8f1 100644 --- a/tests/sentry/workflow_engine/processors/test_action.py +++ b/tests/sentry/workflow_engine/processors/test_action.py @@ -28,7 +28,7 @@ def test_basic__with_filter__passes(self): self.create_data_condition( condition_group=self.action_group, type=Condition.GROUP_EVENT_ATTR_COMPARISON, - condition="group.times_seen", + condition="event.group.times_seen", comparison=1, condition_result=True, )