File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -808,8 +808,8 @@ def test_get_variation_cmab_experiment_user_in_traffic_allocation(self):
808
808
self .assertEqual ('test-cmab-uuid-123' , cmab_uuid )
809
809
810
810
# Verify logger was called
811
- mock_logger .info .assert_any_call ('User "test_user" is in variation\
812
- "variation_1" of experiment cmab_experiment.' )
811
+ mock_logger .info .assert_any_call ('User "test_user" is in variation '
812
+ ' "variation_1" of experiment cmab_experiment.' )
813
813
814
814
def test_get_variation_cmab_experiment_user_not_in_traffic_allocation (self ):
815
815
"""Test get_variation with CMAB experiment where user is not in traffic allocation."""
@@ -857,8 +857,8 @@ def test_get_variation_cmab_experiment_user_not_in_traffic_allocation(self):
857
857
mock_cmab_decision .assert_not_called ()
858
858
859
859
# Verify logger was called
860
- mock_logger .info .assert_any_call ('User "test_user" not in CMAB\
861
- experiment "cmab_experiment" due to traffic allocation.' )
860
+ mock_logger .info .assert_any_call ('User "test_user" not in CMAB '
861
+ ' experiment "cmab_experiment" due to traffic allocation.' )
862
862
863
863
def test_get_variation_cmab_experiment_service_error (self ):
864
864
"""Test get_variation with CMAB experiment when the CMAB service returns an error."""
You can’t perform that action at this time.
0 commit comments