Fix all tests

This commit is contained in:
froggleston
2022-05-24 21:04:23 +01:00
parent 3adda84b96
commit 22b9805e47
5 changed files with 209 additions and 10 deletions

View File

@@ -1384,12 +1384,16 @@ def test_api_strategies(botclient):
rc = client_get(client, f"{BASE_URI}/strategies")
assert_response(rc)
print(rc.json())
assert rc.json() == {'strategies': [
'HyperoptableStrategy',
'InformativeDecoratorTest',
'StrategyTestV2',
'StrategyTestV3',
'StrategyTestV3Futures',
'StrategyTestV3Analysis',
'StrategyTestV3Futures'
]}