Making test-containers to use random port
MQTT tests were using a fixed port, making them random.
This commit is contained in:
@@ -24,8 +24,8 @@ import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.WebApplicationType;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
import org.springframework.boot.builder.SpringApplicationBuilder;
|
||||
import org.springframework.cloud.fn.supplier.time.TimeSupplierProperties;
|
||||
import org.springframework.cloud.fn.supplier.time.TimeSupplierConfiguration;
|
||||
import org.springframework.cloud.fn.supplier.time.TimeSupplierProperties;
|
||||
import org.springframework.cloud.stream.binder.test.OutputDestination;
|
||||
import org.springframework.cloud.stream.binder.test.TestChannelBinderConfiguration;
|
||||
import org.springframework.context.ConfigurableApplicationContext;
|
||||
|
||||
Reference in New Issue
Block a user