diff --git a/packages/unillm-node/tests/azure-openai.test.ts b/packages/unillm-node/tests/azure-openai.test.ts index 996f9c6..ef1238c 100644 --- a/packages/unillm-node/tests/azure-openai.test.ts +++ b/packages/unillm-node/tests/azure-openai.test.ts @@ -36,7 +36,7 @@ describe("#createChatCompletion - Azure OpenAI", () => { ).not.toThrow(); }); - it.only("Should throw an error and return a unified error response", async () => { + it("Should throw an error and return a unified error response", async () => { let errorOccurred = false; try { await uniLLM.createChatCompletion(`azure:${deployment}`, {