zeroflag commented on code in PR #792:
URL: https://github.com/apache/knox/pull/792#discussion_r1318329898


##########
gateway-service-health/src/test/java/org/apache/knox/gateway/service/health/PingResourceTest.java:
##########
@@ -24,6 +24,6 @@ public class PingResourceTest {
   @Test
   public void testPingCdoGetontent() {
     PingResource pr = new PingResource();
-    Assert.assertEquals(pr.getPingContent(), pr.CONTENT);
+    Assert.assertEquals(PingResource.OK, pr.OK);

Review Comment:
   `Refactor / Inline` removed the original, I put it back.



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

Reply via email to