Skip to content

Commit ac74ee9

Browse files
committed
fix test
1 parent b9e323b commit ac74ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/test/module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_alias(self):
3434
posthog.flush()
3535

3636
def test_page(self):
37-
posthog.page('distinct_id')
37+
posthog.page('distinct_id', 'https://posthog.com/contact')
3838
posthog.flush()
3939

4040
def test_flush(self):

0 commit comments

Comments
 (0)