diff --git a/core/http/app_test.go b/core/http/app_test.go index 6202573b5..a2742aa8e 100644 --- a/core/http/app_test.go +++ b/core/http/app_test.go @@ -1077,7 +1077,6 @@ parameters: Expect(resp.StatusCode).To(Equal(200)) dat, err := io.ReadAll(resp.Body) Expect(err).ToNot(HaveOccurred()) - Expect(string(dat)).To(ContainSubstring("huggingface")) Expect(string(dat)).To(ContainSubstring("llama-cpp")) })