Skip to content

Commit

Permalink
Make flake happy
Browse files Browse the repository at this point in the history
  • Loading branch information
hroff-1902 committed Sep 20, 2019
1 parent 15a4df4 commit dc825c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def test_from_config(default_conf, mocker, caplog) -> None:
mocker.patch('freqtrade.configuration.configuration.create_datadir', lambda c, x: x)

configsmock = MagicMock(side_effect=config_files)
mocker.patch('freqtrade.configuration.configuration.load_config_file',configsmock)
mocker.patch('freqtrade.configuration.configuration.load_config_file', configsmock)

validated_conf = Configuration.from_files(['test_conf.json', 'test2_conf.json'])

Expand Down

0 comments on commit dc825c2

Please sign in to comment.