alpreu commented on code in PR #17375:
URL: https://github.com/apache/pulsar/pull/17375#discussion_r970723879


##########
pulsar-client-admin/src/test/java/org/apache/pulsar/client/admin/internal/PulsarAdminBuilderImplTest.java:
##########
@@ -35,4 +41,22 @@ public void testAdminBuilderWithServiceUrlNotSet() throws 
PulsarClientException
             assertEquals("Service URL needs to be specified", 
exception.getMessage());
         }
     }
+
+    @Test
+    @SneakyThrows

Review Comment:
   Why do we need the `SneakyThrows` here?



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