update expected span name

This commit is contained in:
Lauri Tulmin 2021-02-15 19:23:59 +02:00
parent 82cbb663f5
commit c034496fc5
1 changed files with 1 additions and 1 deletions

View File

@ -126,6 +126,6 @@ class JettyHandlerTest extends HttpServerTest<Server> {
@Override
String expectedServerSpanName(ServerEndpoint endpoint) {
"TestHandler.handle"
"HandlerWrapper.handle"
}
}