Some more tests adapted to pairlists

This commit is contained in:
Matthias
2018-12-03 20:38:15 +01:00
parent ef1208b366
commit 18ad3388b4
4 changed files with 6 additions and 6 deletions

View File

@@ -655,7 +655,7 @@ def test_rpc_whitelist(mocker, default_conf) -> None:
freqtradebot = FreqtradeBot(default_conf)
rpc = RPC(freqtradebot)
ret = rpc._rpc_whitelist()
assert ret['method'] == 'static'
assert ret['method'] == 'StaticPairList'
assert ret['whitelist'] == default_conf['exchange']['pair_whitelist']