Skip to content

Commit f6604b3

Browse files
Update mixpanel/flags/test_local_feature_flags.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent efe0624 commit f6604b3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

mixpanel/flags/test_local_feature_flags.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ async def test_get_variant_value_returns_variant_when_rollout_percentage_hundred
187187
result = self._flags.get_variant_value(TEST_FLAG_KEY, "fallback", USER_CONTEXT)
188188
assert result != "fallback"
189189

190-
191190
@respx.mock
192191
async def test_get_variant_value_respects_runtime_evaluation_rule_satisfied(self):
193192
runtime_eval = {

0 commit comments

Comments
 (0)