Fix broken tests

This commit is contained in:
Matthias
2022-10-14 14:59:55 +00:00
parent 9d4ba767c4
commit 4a8cb3359b
5 changed files with 10 additions and 12 deletions

View File

@@ -1443,8 +1443,9 @@ def test_api_plot_config(botclient):
assert isinstance(rc.json()['subplots'], dict)
def test_api_strategies(botclient):
def test_api_strategies(botclient, tmpdir):
ftbot, client = botclient
ftbot.config['user_data_dir'] = Path(tmpdir)
rc = client_get(client, f"{BASE_URI}/strategies")