diff --git a/tests/tools/toolui.py b/tests/tools/toolui.py index 0ab6dd00..4794bdd0 100644 --- a/tests/tools/toolui.py +++ b/tests/tools/toolui.py @@ -24,7 +24,6 @@ HOST = "localhost" PORT = 8000 # TODO fix this test - def test_set_environ(): @patch("app.LLM") def test_download_model(mock_llm):