Fix race condition in GatewayInterfaceTests

This commit is contained in:
Artem Bilan
2023-10-16 15:34:14 -04:00
parent ea8d917278
commit 6909fbe7ad

View File

@@ -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();
}