Skip to content

Commit

Permalink
style: remove trailing whitespace (linting)
Browse files Browse the repository at this point in the history
  • Loading branch information
pthompson127 committed Jul 6, 2020
1 parent 8055208 commit 641cef9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_optimizely.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@ def test_init__sdk_key_and_datafile(self):
self.assertIs(type(opt_obj.config_manager), config_manager.PollingConfigManager)

def test_init__sdk_key_and_datafile_access_token(self):
"""
Test that if both sdk_key and datafile_access_token is provided then AuthDatafilePollingConfigManager
is used.
"""
Test that if both sdk_key and datafile_access_token is provided then AuthDatafilePollingConfigManager
is used.
"""

with mock.patch('optimizely.config_manager.AuthDatafilePollingConfigManager._set_config'), mock.patch(
Expand Down

0 comments on commit 641cef9

Please sign in to comment.