Skip to content

Commit

Permalink
adding default test case
Browse files Browse the repository at this point in the history
  • Loading branch information
mhlidd committed Dec 3, 2024
1 parent f8cce3c commit 478e2e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ class DatadogHttpExtractorTest extends DDSpecification {
"${TRACE_ID_MAX + 1}" | "1" | null | null
"1" | "$TRACE_ID_MAX" | DD64bTraceId.ONE | DDSpanId.MAX
"1" | "${TRACE_ID_MAX + 1}" | null | null
"1" | "1" | DD64bTraceId.ONE | 1
}

def "extract http headers with end to end"() {
Expand Down

0 comments on commit 478e2e4

Please sign in to comment.