Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmehala committed Apr 30, 2024
1 parent 38ee414 commit b511f74
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/test_tracer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -838,18 +838,12 @@ TEST_CASE("span extraction") {
"00000000000d69ac", // expected_datadog_w3c_parent_id
},

{__LINE__, "dd parent id is malformed (1/2)",
{__LINE__, "dd parent id is malformed",
traceparent_drop, // traceparent
"dd=p:XxDDOGxX", // tracestate
0, // expected_sampling_priority
},

{__LINE__, "dd parent id is malformed (1/2)",
traceparent_drop, // traceparent
"dd=p:a4c928f8ad6d444b", // tracestate
0, // expected_sampling_priority
},

{__LINE__, "origin with escaped equal sign",
traceparent_drop, // traceparent
"dd=o:France~country", // tracestate
Expand Down

0 comments on commit b511f74

Please sign in to comment.