This is an automated email from the ASF dual-hosted git repository.

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit d1d660f1befb14baf76f4fe677351bd0b93347f2
Author: smjain <[email protected]>
AuthorDate: Wed Sep 23 18:49:22 2026 +0530

    CAMEL-24942: camel-seda - Use assertMockEndpointsSatisfied in the new test
    
    Co-Authored-By: Claude Opus 5.5 <[email protected]>
---
 .../component/seda/SedaMultipleConsumersDifferentOptionsTest.java      | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/component/seda/SedaMultipleConsumersDifferentOptionsTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/component/seda/SedaMultipleConsumersDifferentOptionsTest.java
index 8bf577abd39a..f1e3c19186dd 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/component/seda/SedaMultipleConsumersDifferentOptionsTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/component/seda/SedaMultipleConsumersDifferentOptionsTest.java
@@ -18,7 +18,6 @@ package org.apache.camel.component.seda;
 
 import org.apache.camel.ContextTestSupport;
 import org.apache.camel.builder.RouteBuilder;
-import org.apache.camel.component.mock.MockEndpoint;
 import org.junit.jupiter.api.Test;
 
 /**
@@ -92,7 +91,7 @@ public class SedaMultipleConsumersDifferentOptionsTest 
extends ContextTestSuppor
             template.sendBody("seda:news", body);
         }
 
-        MockEndpoint.assertIsSatisfied(context);
+        assertMockEndpointsSatisfied();
     }
 
     private static String[] bodies(String prefix) {

Reply via email to