mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-26 08:50:47 +00:00
test: update mock to new pairlist location
This commit is contained in:
@@ -2355,9 +2355,7 @@ def test_api_pairlists_evaluate(botclient, tmp_path, mocker):
|
|||||||
]
|
]
|
||||||
assert response["result"]["length"] == 2
|
assert response["result"]["length"] == 2
|
||||||
# Patch __run_pairlists
|
# Patch __run_pairlists
|
||||||
plm = mocker.patch(
|
plm = mocker.patch("freqtrade.rpc.api_server.api_pairlists.__run_pairlist", return_value=None)
|
||||||
"freqtrade.rpc.api_server.api_background_tasks.__run_pairlist", return_value=None
|
|
||||||
)
|
|
||||||
body = {
|
body = {
|
||||||
"pairlists": [
|
"pairlists": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user