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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7b76ce19f06f CAMEL-23543: Remove stale org.apache.camel.internal 
assertion from Sns2HeaderFilterStrategyTest
7b76ce19f06f is described below

commit 7b76ce19f06fd88f45034b7568531ac9ff0ba494
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Jun 14 22:03:50 2026 +0200

    CAMEL-23543: Remove stale org.apache.camel.internal assertion from 
Sns2HeaderFilterStrategyTest
    
    Co-Authored-By: Claude <[email protected]>
    Signed-off-by: Claus Ibsen <[email protected]>
---
 .../apache/camel/component/aws2/sns/Sns2HeaderFilterStrategyTest.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/components/camel-aws/camel-aws2-sns/src/test/java/org/apache/camel/component/aws2/sns/Sns2HeaderFilterStrategyTest.java
 
b/components/camel-aws/camel-aws2-sns/src/test/java/org/apache/camel/component/aws2/sns/Sns2HeaderFilterStrategyTest.java
index be8f97be873f..a6c3f5a4ca0c 100644
--- 
a/components/camel-aws/camel-aws2-sns/src/test/java/org/apache/camel/component/aws2/sns/Sns2HeaderFilterStrategyTest.java
+++ 
b/components/camel-aws/camel-aws2-sns/src/test/java/org/apache/camel/component/aws2/sns/Sns2HeaderFilterStrategyTest.java
@@ -42,7 +42,6 @@ public class Sns2HeaderFilterStrategyTest {
     @Test
     void outboundFiltersCamelAndBreadcrumbHeaders() {
         assertTrue(strategy.applyFilterToCamelHeaders("CamelHttpUri", "value", 
null));
-        
assertTrue(strategy.applyFilterToCamelHeaders("org.apache.camel.internal", 
"value", null));
         assertTrue(strategy.applyFilterToCamelHeaders("breadcrumbId", "value", 
null));
     }
 

Reply via email to