File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2398,7 +2398,7 @@ def test_get_feature_variable_integer_for_feature_in_rollout(self):
2398
2398
)
2399
2399
2400
2400
def test_get_feature_variable_string_for_feature_in_rollout (self ):
2401
- """ Test that get_feature_variable_string returns String value as expected \
2401
+ """ Test that get_feature_variable_double returns Double value as expected \
2402
2402
and broadcasts decision with proper parameters. """
2403
2403
2404
2404
opt_obj = optimizely .Optimizely (json .dumps (self .config_dict_with_features ))
@@ -2801,6 +2801,8 @@ def test_get_feature_variable__returns_default_value_if_no_variation(self):
2801
2801
}
2802
2802
)
2803
2803
2804
+ mock_client_logger .info .reset_mock ()
2805
+
2804
2806
# Non-typed
2805
2807
with mock .patch ('optimizely.decision_service.DecisionService.get_variation_for_feature' ,
2806
2808
return_value = decision_service .Decision (None , None ,
You can’t perform that action at this time.
0 commit comments