Skip to content

Commit

Permalink
remove new line to take this file out of the PR diff
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Dec 9, 2021
1 parent 276f687 commit 7331c58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion posthog/api/test/test_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def test_filter_events_by_properties(self):
f"/api/projects/{self.team.id}/events/?properties=%s"
% (json.dumps([{"key": "$browser", "value": "Safari"}]))
).json()

self.assertEqual(response["results"][0]["id"], event2.pk)

properties = "invalid_json"
Expand Down

0 comments on commit 7331c58

Please sign in to comment.