mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 13:39:22 +01:00
Use helper method to avoid mypy error
This commit is contained in:
parent
1a9b6a0105
commit
3df3eb8acc
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user