| @@ -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)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user