Skip to content

Commit aa73703

Browse files
committed
Fix test.
1 parent 71c8b6f commit aa73703

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-integration-amqp/src/test/java/org/springframework/integration/amqp/outbound/RabbitStreamMessageHandlerTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ void convertAndSend() throws InterruptedException {
8585
@Test
8686
void sendNative() throws InterruptedException {
8787
Environment env = Environment.builder()
88+
.addressResolver(add -> new Address("localhost", RABBITMQ.getMappedPort(5552)))
8889
.lazyInitialization(true)
8990
.build();
9091
try {

0 commit comments

Comments
 (0)