Skip to content

Commit 6909fbe

Browse files
committed
Fix race condition in GatewayInterfaceTests
1 parent ea8d917 commit 6909fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-core/src/test/java/org/springframework/integration/gateway/GatewayInterfaceTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ public MessageChannel gatewayChannel() {
678678
}
679679

680680
@Bean
681-
@BridgeTo(poller = @Poller(fixedDelay = "1000"))
681+
@BridgeTo(value = "nullChannel", poller = @Poller(fixedDelay = "1000"))
682682
public MessageChannel gatewayQueueChannel() {
683683
return new QueueChannel();
684684
}

0 commit comments

Comments
 (0)