Remove last flask occurance from setup.py

fixes #4390
This commit is contained in:
Matthias
2021-02-17 20:46:58 +01:00
parent 11b20d6932
commit fedbb5c0c4
2 changed files with 2 additions and 2 deletions

View File

@@ -295,7 +295,7 @@ def test_api_run(default_conf, mocker, caplog):
"Please make sure that this is intentional!", caplog)
assert log_has_re("SECURITY WARNING - `jwt_secret_key` seems to be default.*", caplog)
# Test crashing flask
# Test crashing API server
caplog.clear()
mocker.patch('freqtrade.rpc.api_server.webserver.UvicornServer',
MagicMock(side_effect=Exception))