From 3df3eb8accce70a3e011b927fccce2cc2d5c129e Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Wed, 20 Nov 2024 13:38:39 -0800 Subject: [PATCH] Use helper method to avoid mypy error --- posthog/hogql/test/test_property.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posthog/hogql/test/test_property.py b/posthog/hogql/test/test_property.py index 56f342c3444..5efa8f221da 100644 --- a/posthog/hogql/test/test_property.py +++ b/posthog/hogql/test/test_property.py @@ -801,7 +801,7 @@ class TestProperty(BaseTest): url_pattern="", ) - expr = property_to_expr( + expr = self._property_to_expr( Property( type="data_warehouse", key="foobars.properties.$feature/test",