Skip to content

Commit

Permalink
Merge 64b7ed7 into 4470ca9
Browse files Browse the repository at this point in the history
  • Loading branch information
ozayr-zaviar committed May 27, 2021
2 parents 4470ca9 + 64b7ed7 commit a62bf10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_decision_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,6 @@ def test_get_variation_for_feature__returns_variation_if_user_not_in_experiment_
side_effect=[[False, []], [True, []]],
) as mock_audience_check, self.mock_decision_logger as mock_decision_service_logging, mock.patch(
"optimizely.bucketer.Bucketer.bucket", return_value=[expected_variation, []]):

decision, _ = self.decision_service.get_variation_for_feature(
self.project_config, feature, "test_user"
)
Expand Down

0 comments on commit a62bf10

Please sign in to comment.