jamesnetherton commented on a change in pull request #7022:
URL: https://github.com/apache/camel/pull/7022#discussion_r812752824



##########
File path: 
components/camel-vertx/camel-vertx-websocket/src/test/java/org/apache/camel/component/vertx/websocket/VertxWebsocketTest.java
##########
@@ -163,6 +163,9 @@ public void testSendWithMultipleConnectionKeys() throws 
Exception {
 
     @Test
     public void testSendToAll() throws Exception {
+        MockEndpoint mockEndpoint = getMockEndpoint("mock:result");
+        mockEndpoint.expectedMessageCount(0);

Review comment:
       > As a result, the message arrived to the mock endpoint. Is this correct 
behaviour?
   
   I think so. But I wanted to compare with how it works in some of the other 
WS components to be sure.




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