remove unused model pull in testListModelsAPI

This commit is contained in:
Amith Koujalgi 2025-08-29 17:08:48 +05:30
parent 639249d346
commit 4a69df4476

View File

@ -105,7 +105,6 @@ public class OllamaAPIIntegrationTest {
@Test
@Order(2)
public void testListModelsAPI() throws URISyntaxException, IOException, OllamaBaseException, InterruptedException {
api.pullModel(EMBEDDING_MODEL_MINILM);
// Fetch the list of models
List<Model> models = api.listModels();
// Assert that the models list is not null