From 3867b84269c2929e630f9ac3c1fb32b06ea803b7 Mon Sep 17 00:00:00 2001 From: Prasang Prajapati Date: Thu, 18 Sep 2025 15:11:41 -0400 Subject: [PATCH] fix junit tests for watsonx provider and embedded watsonx provider --- src/api/providers/__tests__/watsonx.spec.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/api/providers/__tests__/watsonx.spec.ts b/src/api/providers/__tests__/watsonx.spec.ts index fb259c067f..3ad298276e 100644 --- a/src/api/providers/__tests__/watsonx.spec.ts +++ b/src/api/providers/__tests__/watsonx.spec.ts @@ -265,5 +265,3 @@ describe("WatsonxAIHandler", () => { }) }) }) - -// Made with Bob