mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 20:23:57 +00:00
test: update mock to new pairlist location
This commit is contained in:
parent
667d08d003
commit
11cef55c03
|
@ -2355,9 +2355,7 @@ def test_api_pairlists_evaluate(botclient, tmp_path, mocker):
|
|||
]
|
||||
assert response["result"]["length"] == 2
|
||||
# Patch __run_pairlists
|
||||
plm = mocker.patch(
|
||||
"freqtrade.rpc.api_server.api_background_tasks.__run_pairlist", return_value=None
|
||||
)
|
||||
plm = mocker.patch("freqtrade.rpc.api_server.api_pairlists.__run_pairlist", return_value=None)
|
||||
body = {
|
||||
"pairlists": [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user