Skip to content

Commit 5d73f27

Browse files
committed
Fix unit test
1 parent 0045acd commit 5d73f27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

posthog/test/test_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -743,14 +743,12 @@ def test_advanced_group_identify(self):
743743
},
744744
)
745745
self.assertEqual(msg["timestamp"], "2014-09-03T00:00:00+00:00")
746-
self.assertEqual(msg["context"]["ip"], "192.168.0.1")
747746

748747
def test_advanced_group_identify_with_distinct_id(self):
749748
success, msg = self.client.group_identify(
750749
"organization",
751750
"id:5",
752751
{"trait": "value"},
753-
{"ip": "192.168.0.1"},
754752
datetime(2014, 9, 3),
755753
"new-uuid",
756754
distinct_id="distinct_id",

0 commit comments

Comments
 (0)