Skip to content

Commit

Permalink
Update instrumentation/spring/spring-webflux/spring-webflux-5.0/javaa…
Browse files Browse the repository at this point in the history
…gent/src/test/java/io/opentelemetry/javaagent/instrumentation/spring/webflux/v5_0/server/SpringWebfluxTest.java

Co-authored-by: Trask Stalnaker <[email protected]>
  • Loading branch information
cuichenli and trask authored Dec 19, 2024
1 parent 807fd56 commit c1a5638
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ void basicPostTest() {
.hasParent(trace.getSpan(0))
.hasAttributesSatisfyingExactly(
equalTo(CODE_FUNCTION, "handle"),
equalTo(CODE_NAMESPACE, "server.EchoHandlerFunction")),
equalTo(CODE_NAMESPACE, EchoHandlerFunction.class.getName())),
span ->
span.hasName("echo").hasParent(trace.getSpan(1)).hasTotalAttributeCount(0)));
}
Expand Down

0 comments on commit c1a5638

Please sign in to comment.