Ensure ccxt tests run without dry-run

closes #4566
This commit is contained in:
Matthias 2021-03-17 19:36:11 +01:00
parent 79d4585dad
commit 6597055a24

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