Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! test(express): fix up tests to match fixed http instrumentatio…
…n, use correct span kind
  • Loading branch information
pichlermarc committed Aug 29, 2024
commit 3c598bb48b5671a6fedac0bd08e15691594a36e0
2 changes: 1 addition & 1 deletion packages/opentelemetry-test-utils/src/test-fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export enum OtlpSpanKind {
SERVER = 2,
CLIENT = 3,
PRODUCER = 4,
CONSUMER = 5
CONSUMER = 5,
}

// TestSpan is an OTLP span plus references to `resource` and
Expand Down