Skip to content

Commit

Permalink
Review comments; remove unused variables in test method
Browse files Browse the repository at this point in the history
  • Loading branch information
tjquinno committed Mar 29, 2024
1 parent 527d002 commit b06dc77
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ void testBaggageAddedAfterActivation() {

@Test
void testExtractWithNoCurrentSpan() {
final String BAGGAGE_KEY = "mykey";
final String BAGGAGE_VALUE = "myvalue";
final var tracer = io.helidon.tracing.Tracer.global();

HeaderProvider headers = HeaderProvider.create(Map.of("not-a-trace", List.of("1234567890123456"),
Expand Down

0 comments on commit b06dc77

Please sign in to comment.