Abacn commented on code in PR #29401:
URL: https://github.com/apache/beam/pull/29401#discussion_r1401380085
##########
sdks/java/io/rrio/src/test/java/org/apache/beam/io/requestresponse/EchoGRPCCallerWithSetupTeardownIT.java:
##########
@@ -50,11 +50,11 @@ public class EchoGRPCCallerWithSetupTeardownTestIT {
@BeforeClass
public static void setUp() throws UserCodeExecutionException {
options = readIOTestPipelineOptions(EchoITOptions.class);
- if (options.getgRPCEndpointAddress().isEmpty()) {
+ if (options.getGrpcEndpointAddress().isEmpty()) {
throw new RuntimeException(
"--gRPCEndpointAddress is missing. See " + EchoITOptions.class +
"for details.");
Review Comment:
nit: `--grpcEndpointAddress`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]