Skip to content

Commit

Permalink
Merge branch 'antlr' into antlr-placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Feb 7, 2023
2 parents e313e10 + 353099b commit 4626525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/api/test/test_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_select_hogql_expressions(self):
)

query.select = ["count()", "event"]
query.where = ['event == "sign up" or like(properties.key, "%val2")']
query.where = ["event == 'sign up' or like(properties.key, '%val2')"]
query.orderBy = ["-count()", "event"]
response = self.client.post(f"/api/projects/{self.team.id}/query/", query.dict()).json()
self.assertEqual(
Expand Down

0 comments on commit 4626525

Please sign in to comment.