From b406219515a964601b5051cbf56d5c81ae9788d6 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 14 Dec 2025 15:51:06 +0100 Subject: [PATCH] test: add candle_types test --- tests/rpc/test_rpc_apiserver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/rpc/test_rpc_apiserver.py b/tests/rpc/test_rpc_apiserver.py index aa5483e88..c4e4978f9 100644 --- a/tests/rpc/test_rpc_apiserver.py +++ b/tests/rpc/test_rpc_apiserver.py @@ -3251,6 +3251,7 @@ def test_api_download_data(botclient, mocker, tmp_path): body = { "pairs": ["ETH/BTC", "XRP/BTC"], "timeframes": ["5m"], + "candle_types": ["spot"], } # Fail, already running