From 28ba12f8eaff4ca21ee22426a334e8851abdec34 Mon Sep 17 00:00:00 2001 From: Ben White Date: Thu, 25 Jul 2024 17:59:16 +0200 Subject: [PATCH] Fix --- posthog/api/test/test_hog_function.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },