Hi, In my test I have:
mockEndpoint.allMessages().header("SomeKey").isInstanceOf(SomeClazz.class);
Which should fail, as the route sets SomeKey as a Property of the Exchange,
not a Header. I have scanned the code base several times for SomeKey to be
set as a Header but I cannot find such a thing which leads me to suspect
the test method itself...
Camel version: 2.17.0.
Thanks,
James
