frankgh commented on code in PR #160:
URL: https://github.com/apache/cassandra-sidecar/pull/160#discussion_r1879180398
##########
server/src/test/java/org/apache/cassandra/sidecar/acl/authentication/MutualTlsAuthenticationHandlerFactoryTest.java:
##########
@@ -69,12 +69,14 @@ void testMissingParameters()
{{
put(CERTIFICATE_IDENTITY_EXTRACTOR_PARAM_KEY,
"org.apache.cassandra.sidecar.acl.authentication.CassandraIdentityExtractor");
}};
- testConfigError(missingValidatorParams, String.format("Missing %s
parameter for MutualTlsAuthenticationHandler creation",
CERTIFICATE_VALIDATOR_PARAM_KEY));
+ testConfigError(missingValidatorParams, String.format("Missing %s
parameter for MutualTlsAuthenticationHandler creation",
Review Comment:
these changes here because checkstyle was either failing or producing a
warning for me
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]