JeetKunDoug commented on code in PR #48:
URL: https://github.com/apache/cassandra-sidecar/pull/48#discussion_r1228860028


##########
src/test/java/org/apache/cassandra/sidecar/routes/RingHandlerTest.java:
##########
@@ -187,9 +187,9 @@ static class RingHandlerTestModule extends AbstractModule
         @Singleton
         public InstancesConfig instanceConfig() throws IOException
         {
-            final int instanceId = 100;
-            final String host = "127.0.0.1";
-            final InstanceMetadata instanceMetadata = 
mock(InstanceMetadata.class);
+            int instanceId = 100;
+            String host = "localhost";

Review Comment:
   There was a reason that some of them changed to "localhost" but I have to go 
check - it's possible I over-applied a fix and changed too many of them.



-- 
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