Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cathteng committed Dec 13, 2024
1 parent 8200d69 commit f9840b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sentry/workflow_engine/processors/test_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit f9840b8

Please sign in to comment.