Always use config.json if it's available

This commit is contained in:
Matthias
2019-09-03 06:48:51 +02:00
parent f9c7a2cacb
commit 1b66f01ec0
2 changed files with 7 additions and 2 deletions

View File

@@ -871,6 +871,8 @@ def test_pairlist_resolving_fallback(mocker):
]
args = Arguments(arglist).get_parsed_arg()
# Fix flaky tests if config.json exists
args.config = None
configuration = Configuration(args)
config = configuration.get_config()