Simplify examples

This commit is contained in:
Matthias 2019-11-09 15:36:11 +01:00
parent 748fe94603
commit 4b15873ee1
3 changed files with 2 additions and 7 deletions

View File

@ -55,9 +55,7 @@
] ]
}, },
"pairlists": [ "pairlists": [
{ {"method": "StaticPairList"}
"method": "StaticPairList"
}
], ],
"edge": { "edge": {
"enabled": false, "enabled": false,

View File

@ -47,9 +47,7 @@
] ]
}, },
"pairlists": [ "pairlists": [
{ {"method": "StaticPairList"}
"method": "StaticPairList"
}
], ],
"edge": { "edge": {
"enabled": false, "enabled": false,

View File

@ -291,4 +291,3 @@ def test_pairlistmanager_no_pairlist(mocker, markets, whitelist_conf, caplog):
with pytest.raises(OperationalException, with pytest.raises(OperationalException,
match=r"No Pairlist defined!"): match=r"No Pairlist defined!"):
get_patched_freqtradebot(mocker, whitelist_conf) get_patched_freqtradebot(mocker, whitelist_conf)