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 49d0821 commit ba11548Copy full SHA for ba11548
posthog/test/test_client.py
@@ -183,7 +183,7 @@ def test_basic_page(self):
183
184
def test_basic_page_distinct_uuid(self):
185
client = self.client
186
- distinct_id = str(uuid4())
+ distinct_id = uuid4()
187
success, msg = client.page(distinct_id, url="https://posthog.com/contact")
188
self.assertFalse(self.failed)
189
client.flush()
0 commit comments