You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by GitBox <gi...@apache.org> on 2022/06/28 09:45:46 UTC

[GitHub] [knox] zeroflag commented on a diff in pull request #601: KNOX-123 - Test commit

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


##########
gateway-util-common/src/test/java/org/apache/knox/gateway/audit/AuditLayoutTest.java:
##########
@@ -115,6 +115,7 @@ public void testFullyFilledAuditEvent() {
         RESOURCE_TYPE, RESOURCE_NAME, OUTCOME, MESSAGE, System.lineSeparator() );
     String auditOutput = layout.toSerializable( event );
     assertThat( auditOutput, is( expectedOutput ) );
+    //hello world

Review Comment:
   Test: Please add a space after the /



-- 
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: dev-unsubscribe@knox.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org