sijie commented on a change in pull request #3168: Refactor api commands
URL: https://github.com/apache/pulsar/pull/3168#discussion_r243146307
 
 

 ##########
 File path: 
pulsar-functions/worker/src/test/java/org/apache/pulsar/functions/worker/rest/api/v2/SinkApiV2ResourceTest.java
 ##########
 @@ -391,31 +439,37 @@ private Response registerDefaultSink() throws 
IOException {
                 null);
     }
 
-    @Test
+    @Test(expectedExceptions = RestException.class, 
expectedExceptionsMessageRegExp = "Sink test-sink already exists")
 
 Review comment:
   keep all assertions in one place.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to