Skip to content

Commit 9dd2e2f

Browse files
committed
update test
1 parent e34b8ff commit 9dd2e2f

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
@@ -2805,7 +2805,7 @@ def test_flag_with_invalid_variant_overrides(self, patch_flags):
28052805

28062806
@mock.patch("posthog.client.flags")
28072807
def test_conditions_evaluated_in_order(self, patch_flags):
2808-
patch_flags.return_value = {"featureFlags": {"order-test": True}}
2808+
patch_flags.return_value = {"featureFlags": {"order-test": "server-variant"}}
28092809
client = Client(FAKE_TEST_API_KEY, personal_api_key="test")
28102810
client.feature_flags = [
28112811
{

0 commit comments

Comments
 (0)