Skip to content

Commit 807fd56

Browse files
committed
one more
1 parent 1120ad8 commit 807fd56

File tree

1 file changed

+1
-3
lines changed
  • instrumentation/spring/spring-webflux/spring-webflux-5.0/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/spring/webflux/v5_0/server

1 file changed

+1
-3
lines changed

instrumentation/spring/spring-webflux/spring-webflux-5.0/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/spring/webflux/v5_0/server/SpringWebfluxTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -491,9 +491,7 @@ void basicPostTest() {
491491
.hasParent(trace.getSpan(0))
492492
.hasAttributesSatisfyingExactly(
493493
equalTo(CODE_FUNCTION, "handle"),
494-
satisfies(
495-
CODE_NAMESPACE,
496-
val -> val.isEqualTo("server.EchoHandlerFunction"))),
494+
equalTo(CODE_NAMESPACE, "server.EchoHandlerFunction")),
497495
span ->
498496
span.hasName("echo").hasParent(trace.getSpan(1)).hasTotalAttributeCount(0)));
499497
}

0 commit comments

Comments
 (0)