diff --git a/posthog/api/test/test_hog_function.py b/posthog/api/test/test_hog_function.py index 50c4244c8cbfb..57f7290cd5fc5 100644 --- a/posthog/api/test/test_hog_function.py +++ b/posthog/api/test/test_hog_function.py @@ -584,7 +584,7 @@ def test_list_with_filters_filter(self, *args): "events": [{"id": "$pageview", "name": "$pageview", "type": "events", "order": 0}], "actions": [ {"id": f"{action1.id}", "name": "Test Action", "type": "actions", "order": 1}, - {"id": f"{action2.id}", "name": "Test Action", "type": "actions", "order": 1}, + {"id": f"{action2.id}", "name": "Test Action 2", "type": "actions", "order": 1}, ], "filter_test_accounts": True, },