Skip to content

Commit 714e22c

Browse files
committed
* Fix bean name for injection in the WebFluxDslTests
1 parent f958576 commit 714e22c

File tree

1 file changed

+1
-1
lines changed
  • spring-integration-webflux/src/test/java/org/springframework/integration/webflux/dsl

1 file changed

+1
-1
lines changed

spring-integration-webflux/src/test/java/org/springframework/integration/webflux/dsl/WebFluxDslTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public class WebFluxDslTests {
115115
@Qualifier("webFluxWithReplyPayloadToFlux.handler")
116116
private WebFluxRequestExecutingMessageHandler webFluxWithReplyPayloadToFlux;
117117

118-
@Resource(name = "httpReactiveProxyFlow.org.springframework.integration.webflux.outbound.WebFluxRequestExecutingMessageHandler#0")
118+
@Resource(name = "httpReactiveProxyFlow.webflux:outbound-gateway#0")
119119
private WebFluxRequestExecutingMessageHandler httpReactiveProxyFlow;
120120

121121
@Autowired

0 commit comments

Comments
 (0)