Skip to content

Commit 9075385

Browse files
committed
Modify tapir routes test now that paths are matched
1 parent 3eaefb2 commit 9075385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/pekko/pekko-http-1.0/javaagent/src/test/scala/io/opentelemetry/javaagent/instrumentation/pekkohttp/v1_0/PekkoHttpServerRouteTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class PekkoHttpServerRouteTest {
100100
val routes2 = concat(route3, route4)
101101
val routes = concat(routes1, routes2)
102102

103-
test(routes, "/test/4", "GET")
103+
test(routes, "/test/4", "GET /test/4")
104104
}
105105

106106
def test(route: Route, path: String, spanName: String): Unit = {

0 commit comments

Comments
 (0)