Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Rzeszutek committed Apr 19, 2022
1 parent 21ee219 commit 6c82d64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ void shouldSetRouteEvenIfSpanIsNotSampled() {

Context context = Context.root();
context = context.with(span);
context = SpanKey.SERVER.storeInContext(context, span);
context = SpanKey.HTTP_SERVER.storeInContext(context, span);
context = HttpRouteHolder.get().start(context, null, Attributes.empty());

assertNull(HttpRouteHolder.getRoute(context));
Expand Down

0 comments on commit 6c82d64

Please sign in to comment.