ccxt_compat_tests must run with dry-run=False

This commit is contained in:
Matthias 2021-09-14 20:24:44 +02:00
parent 315ea1e116
commit 4e2b1764b8
1 changed files with 3 additions and 1 deletions

View File

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