add list_available_pairs endpoint

This commit is contained in:
Matthias
2020-08-01 17:49:59 +02:00
parent 6a59740f83
commit 1de248fe38
3 changed files with 65 additions and 1 deletions

View File

@@ -146,6 +146,7 @@ def get_patched_freqtradebot(mocker, config) -> FreqtradeBot:
:return: FreqtradeBot
"""
patch_freqtradebot(mocker, config)
config['datadir'] = Path(config['datadir'])
return FreqtradeBot(config)