Skip to content

Commit e34b8ff

Browse files
committed
fix test
1 parent 23aeef2 commit e34b8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/test/test_feature_flags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2856,7 +2856,7 @@ def test_conditions_evaluated_in_order(self, patch_flags):
28562856
"user123",
28572857
person_properties={"email": "[email protected]"},
28582858
)
2859-
self.assertIn(result, "control")
2859+
self.assertEqual(result, "control")
28602860

28612861
# server not called because this can be evaluated locally
28622862
self.assertEqual(patch_flags.call_count, 0)

0 commit comments

Comments
 (0)