frankgh commented on code in PR #160:
URL: https://github.com/apache/cassandra-sidecar/pull/160#discussion_r1879179387


##########
server/src/test/java/org/apache/cassandra/sidecar/server/ServerTest.java:
##########
@@ -268,7 +268,8 @@ void unrecognizedAuthenticationHandlerSet()
     {
         assertThatThrownBy(() -> 
configureServer("config/sidecar_unrecognized_authenticator.yaml"))
         .hasCauseInstanceOf(RuntimeException.class)
-        .hasMessageContaining("Implementation for class 
org.apache.cassandra.sidecar.acl.authentication.UnrecognizedAuthenticationHandler
 has not been registered");
+        .hasMessageContaining("Implementation for class 
org.apache.cassandra.sidecar.acl.authentication." +

Review Comment:
   this was causing checkstyle to either fail or produce 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]

Reply via email to