Update tests to not use Namespace

This commit is contained in:
Matthias
2019-09-12 20:25:27 +02:00
parent e6ccc1427c
commit 4d566e8bad
5 changed files with 55 additions and 53 deletions

View File

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