Skip to content

Commit

Permalink
Update js/packages/openinference-instrumentation-openai/test/openai.t…
Browse files Browse the repository at this point in the history
…est.ts
  • Loading branch information
mikeldking authored Jan 16, 2024
1 parent be3ead2 commit 39d4fd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe("OpenAIInstrumentation", () => {
beforeAll(() => {
instrumentation.enable();
openai = new OpenAI.OpenAI({
apiKey: process.env["OPENAI_API_KEY"] || "fake-api-key",
apiKey: "fake-api-key",
});
});
afterAll(() => {
Expand Down

0 comments on commit 39d4fd8

Please sign in to comment.