From 4d93a6b7573be0641fce06532182506305dca878 Mon Sep 17 00:00:00 2001 From: robcaulk Date: Fri, 16 Sep 2022 01:25:35 +0200 Subject: [PATCH] add spice_rack strat to rpc 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 5dfa77d8b..986d64b67 100644 --- a/tests/rpc/test_rpc_apiserver.py +++ b/tests/rpc/test_rpc_apiserver.py @@ -1430,6 +1430,7 @@ def test_api_strategies(botclient): 'StrategyTestV3Futures', 'freqai_test_classifier', 'freqai_test_multimodel_strat', + 'freqai_test_spice_rack', 'freqai_test_strat' ]}