diff --git a/spring-integration-core/src/test/java/org/springframework/integration/gateway/GatewayInterfaceTests.java b/spring-integration-core/src/test/java/org/springframework/integration/gateway/GatewayInterfaceTests.java index bea2abf5a0..fcd5c3410d 100644 --- a/spring-integration-core/src/test/java/org/springframework/integration/gateway/GatewayInterfaceTests.java +++ b/spring-integration-core/src/test/java/org/springframework/integration/gateway/GatewayInterfaceTests.java @@ -678,7 +678,7 @@ public class GatewayInterfaceTests { } @Bean - @BridgeTo(poller = @Poller(fixedDelay = "1000")) + @BridgeTo(value = "nullChannel", poller = @Poller(fixedDelay = "1000")) public MessageChannel gatewayQueueChannel() { return new QueueChannel(); }