Skip to content

Commit

Permalink
test case in user context fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ozayr-zaviar committed Apr 29, 2021
1 parent cd59fa8 commit 569720a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_user_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,9 @@ def test_decide_for_all(self):
'test_feature_in_experiment',
'test_feature_in_rollout',
'test_feature_in_group',
'test_feature_in_experiment_and_rollout'
'test_feature_in_experiment_and_rollout',
'test_feature_in_exclusion_group',
'test_feature_in_multiple_groups'
],
options
)
Expand Down

0 comments on commit 569720a

Please sign in to comment.