Skip to content

Commit

Permalink
Fixing lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabbasrizvi committed Aug 24, 2017
1 parent bfb664b commit 097462d
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 @@ -614,7 +614,7 @@ def side_effect(*args, **kwargs):

def test_get_enabled_features__invalid_object(self):
""" Test that get_enabled_features returns empty list if Optimizely object is not valid. """

opt_obj = optimizely.Optimizely('invalid_file')

with mock.patch('optimizely.logger.SimpleLogger.log') as mock_logging:
Expand Down

0 comments on commit 097462d

Please sign in to comment.