diff --git a/samples/grpc-reactive/src/test/java/org/springframework/grpc/sample/GrpcServerApplicationTests.java b/samples/grpc-reactive/src/test/java/org/springframework/grpc/sample/GrpcServerApplicationTests.java index 589797e..afcf418 100644 --- a/samples/grpc-reactive/src/test/java/org/springframework/grpc/sample/GrpcServerApplicationTests.java +++ b/samples/grpc-reactive/src/test/java/org/springframework/grpc/sample/GrpcServerApplicationTests.java @@ -47,8 +47,7 @@ public class GrpcServerApplicationTests { } @TestConfiguration - @EnableGrpcClients(@GrpcClient(target = "0.0.0.0:${local.grpc.port:9090}", - types = ReactorSimpleGrpc.ReactorSimpleStub.class)) + @EnableGrpcClients(@GrpcClient(types = ReactorSimpleGrpc.ReactorSimpleStub.class)) static class ExtraConfiguration { }