Don't check exchange for Utils commands

This commit is contained in:
Matthias
2019-11-03 10:18:46 +01:00
parent 500d16620b
commit 3eca80217c
2 changed files with 2 additions and 2 deletions

View File

@@ -545,7 +545,7 @@ def test_check_exchange(default_conf, caplog) -> None:
# Test no exchange...
default_conf.get('exchange').update({'name': ''})
default_conf['runmode'] = RunMode.OTHER
default_conf['runmode'] = RunMode.UTIL_EXCHANGE
with pytest.raises(OperationalException,
match=r'This command requires a configured exchange.*'):
check_exchange(default_conf)