File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2617,7 +2617,8 @@ def test_get_all_feature_variables(self):
2617
2617
'feature flag "test_feature_in_experiment".' ),
2618
2618
mock .call ('Got variable value "staging" for variable "environment" of '
2619
2619
'feature flag "test_feature_in_experiment".' ),
2620
- mock .call ('Got variable value "10.02" for variable "cost" of feature flag "test_feature_in_experiment".' )
2620
+ mock .call ('Got variable value "10.02" for variable "cost" of '
2621
+ 'feature flag "test_feature_in_experiment".' )
2621
2622
], any_order = True
2622
2623
)
2623
2624
@@ -2777,7 +2778,6 @@ def test_get_feature_variable(self):
2777
2778
'Got variable value "{"test": 123}" for variable "object" of feature flag "test_feature_in_experiment".'
2778
2779
)
2779
2780
2780
-
2781
2781
mock_broadcast_decision .assert_called_once_with (
2782
2782
enums .NotificationTypes .DECISION ,
2783
2783
'feature-variable' ,
You can’t perform that action at this time.
0 commit comments