Ensure ccxt tests run without dry-run

closes #4566
This commit is contained in:
Matthias 2021-03-17 19:36:11 +01:00 committed by crypto_rahino
parent 60dea622f7
commit 7e7a78135e

View File

@ -44,6 +44,7 @@ EXCHANGES = {
def exchange_conf():
config = get_default_conf((Path(__file__).parent / "testdata").resolve())
config['exchange']['pair_whitelist'] = []
config['dry_run'] = False
return config