echonesis commented on code in PR #9607:
URL: https://github.com/apache/ozone/pull/9607#discussion_r2673122778


##########
hadoop-ozone/s3gateway/src/test/java/org/apache/hadoop/ozone/s3/endpoint/TestBucketAcl.java:
##########
@@ -79,6 +80,18 @@ public void clean() throws IOException {
     }
   }
 
+  /**
+   * Helper method to get ACL from bucket and validate response.
+   */
+  private S3BucketAcl getBucketAcl(String bucketName) throws Exception {
+    Response response = bucketEndpoint.get(bucketName);
+    assertEquals(HTTP_OK, response.getStatus(),
+        "GET ACL should return HTTP_OK");

Review Comment:
   Thanks!
   I will remove it in the next commit.



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