Rename test-legacy strategy

This commit is contained in:
Matthias
2021-08-26 07:04:33 +02:00
parent 1f3ccc2587
commit fbf8eb4526
7 changed files with 13 additions and 13 deletions

View File

@@ -1219,7 +1219,7 @@ def test_api_strategies(botclient):
assert rc.json() == {'strategies': [
'DefaultStrategy',
'HyperoptableStrategy',
'TestStrategyLegacy'
'TestStrategyLegacyV1'
]}