Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonhudavid committed Jul 24, 2019
2 parents 0289c03 + 910ef0b commit cfe62be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_optimizely.py
Original file line number Diff line number Diff line change
Expand Up @@ -2398,7 +2398,7 @@ def test_get_feature_variable_integer_for_feature_in_rollout(self):
)

def test_get_feature_variable_string_for_feature_in_rollout(self):
""" Test that get_feature_variable_string returns String value as expected \
""" Test that get_feature_variable_double returns Double value as expected \
and broadcasts decision with proper parameters. """

opt_obj = optimizely.Optimizely(json.dumps(self.config_dict_with_features))
Expand Down Expand Up @@ -2801,6 +2801,8 @@ def test_get_feature_variable__returns_default_value_if_no_variation(self):
}
)

mock_client_logger.info.reset_mock()

# Non-typed
with mock.patch('optimizely.decision_service.DecisionService.get_variation_for_feature',
return_value=decision_service.Decision(None, None,
Expand Down

0 comments on commit cfe62be

Please sign in to comment.