Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jul 25, 2024
1 parent 83b1e10 commit 28ba12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/api/test/test_hog_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit 28ba12f

Please sign in to comment.