Skip to content

Commit

Permalink
Fixed lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
alda-optimizely committed Aug 26, 2017
1 parent 411cce1 commit 610a123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_optimizely.py
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ def test_is_feature_enabled__returns_false_for_invalid_feature(self):

with mock.patch('optimizely.decision_service.DecisionService.get_variation_for_feature') as mock_decision:
self.assertFalse(opt_obj.is_feature_enabled('invalid_feature', 'user1'))

self.assertFalse(mock_decision.called)

def test_is_feature_enabled__returns_true_if_user_is_bucketed_into_a_variation(self):
Expand Down

0 comments on commit 610a123

Please sign in to comment.