Skip to content

Commit d4f3297

Browse files
committed
wip
1 parent b8eb005 commit d4f3297

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

js/packages/openinference-instrumentation-openai/test/openai.test.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,10 +1654,11 @@ describe("OpenAIInstrumentation with a custom tracer provider", () => {
16541654
describe("URL extraction", () => {
16551655
it("should detect Azure provider correctly", () => {
16561656
const azureClient = new OpenAI({
1657-
apiKey: "test-key",
1658-
baseURL: "https://test-resource.openai.azure.com/openai/deployments/gpt-4",
1657+
apiKey: "test-key",
1658+
baseURL:
1659+
"https://test-resource.openai.azure.com/openai/deployments/gpt-4",
16591660
});
1660-
1661+
16611662
// Just verify the client was created with Azure base URL
16621663
expect(azureClient.baseURL).toContain("openai.azure.com");
16631664
});

0 commit comments

Comments
 (0)