Skip to content

Commit ba11548

Browse files
authored
revert test change (#28)
1 parent 49d0821 commit ba11548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/test/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def test_basic_page(self):
183183

184184
def test_basic_page_distinct_uuid(self):
185185
client = self.client
186-
distinct_id = str(uuid4())
186+
distinct_id = uuid4()
187187
success, msg = client.page(distinct_id, url="https://posthog.com/contact")
188188
self.assertFalse(self.failed)
189189
client.flush()

0 commit comments

Comments
 (0)