Skip to content

Commit a7990bd

Browse files
committed
test removed
1 parent aec3a56 commit a7990bd

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

packages/instrumentation-llamaindex/test/semconv.test.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ import {
1616
formatOutputMessage,
1717
mapOpenAIContentBlock,
1818
} from "@traceloop/instrumentation-utils";
19-
import {
20-
GEN_AI_OPERATION_NAME_VALUE_CHAT,
21-
GEN_AI_PROVIDER_NAME_VALUE_OPENAI,
22-
} from "@opentelemetry/semantic-conventions/incubating";
19+
import { GEN_AI_OPERATION_NAME_VALUE_CHAT } from "@opentelemetry/semantic-conventions/incubating";
2320
import { openAIFinishReasonMap } from "../src/custom-llm-instrumentation";
2421

2522
// ─────────────────────────────────────────────────────────────────────────────
@@ -44,10 +41,6 @@ function assertValidOtelJsonArray(value: unknown, label: string): any[] {
4441
// ─────────────────────────────────────────────────────────────────────────────
4542

4643
describe("OTel provider and operation name constants", () => {
47-
it("GEN_AI_PROVIDER_NAME_VALUE_OPENAI is openai", () => {
48-
assert.strictEqual(GEN_AI_PROVIDER_NAME_VALUE_OPENAI, "openai");
49-
});
50-
5144
it("GEN_AI_OPERATION_NAME_VALUE_CHAT is chat", () => {
5245
assert.strictEqual(GEN_AI_OPERATION_NAME_VALUE_CHAT, "chat");
5346
});

0 commit comments

Comments
 (0)