We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e323b commit ac74ee9Copy full SHA for ac74ee9
posthog/test/module.py
@@ -34,7 +34,7 @@ def test_alias(self):
34
posthog.flush()
35
36
def test_page(self):
37
- posthog.page('distinct_id')
+ posthog.page('distinct_id', 'https://posthog.com/contact')
38
39
40
def test_flush(self):
0 commit comments