Skip to content

Commit 9fffe99

Browse files
committed
lint fixes
1 parent 2d84abc commit 9fffe99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_optimizely.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2617,7 +2617,8 @@ def test_get_all_feature_variables(self):
26172617
'feature flag "test_feature_in_experiment".'),
26182618
mock.call('Got variable value "staging" for variable "environment" of '
26192619
'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".')
26212622
], any_order=True
26222623
)
26232624

@@ -2777,7 +2778,6 @@ def test_get_feature_variable(self):
27772778
'Got variable value "{"test": 123}" for variable "object" of feature flag "test_feature_in_experiment".'
27782779
)
27792780

2780-
27812781
mock_broadcast_decision.assert_called_once_with(
27822782
enums.NotificationTypes.DECISION,
27832783
'feature-variable',

0 commit comments

Comments
 (0)