You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/spring/spring-webflux/spring-webflux-5.0/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/spring/webflux/v5_0/server/SpringWebfluxTest.java
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -491,9 +491,7 @@ void basicPostTest() {
491
491
.hasParent(trace.getSpan(0))
492
492
.hasAttributesSatisfyingExactly(
493
493
equalTo(CODE_FUNCTION, "handle"),
494
-
satisfies(
495
-
CODE_NAMESPACE,
496
-
val -> val.isEqualTo("server.EchoHandlerFunction"))),
0 commit comments