mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Add quick test for pair_whitelist overwrite
This commit is contained in:
parent
6a9c47d15f
commit
c8d3d449a3
|
@ -1002,6 +1002,7 @@ def test_pairlist_resolving():
|
|||
config = configuration.get_config()
|
||||
|
||||
assert config['pairs'] == ['ETH/BTC', 'XRP/BTC']
|
||||
assert config['exchange']['pair_whitelist'] == ['ETH/BTC', 'XRP/BTC']
|
||||
assert config['exchange']['name'] == 'binance'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user