Skip to content

Commit b114a48

Browse files
committed
yeah
1 parent 2ef214a commit b114a48

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

posthog/test/test_feature_flags.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,18 +1651,6 @@ def test_boolean_feature_flag_payload_decide(self, patch_decide, patch_capture):
16511651
)
16521652
self.assertEqual(patch_decide.call_count, 3)
16531653
self.assertEqual(patch_capture.call_count, 1)
1654-
# patch_capture.assert_called_with(
1655-
# "some-distinct-id",
1656-
# "$feature_flag_called",
1657-
# {
1658-
# "$feature_flag": "person-flag",
1659-
# "$feature_flag_response": True,
1660-
# "locally_evaluated": False,
1661-
# "$feature/complex-flag": True,
1662-
# },
1663-
# groups={},
1664-
# disable_geoip=None,
1665-
# )
16661654
patch_capture.reset_mock()
16671655

16681656
@mock.patch("posthog.client.decide")

0 commit comments

Comments
 (0)