I was only able to get the test to run after making some changes to the camel routes and the final test assertion. The current setup is accurate when using the vm component, but for direct-vm we should expect the routes to all run in the same thread.
I was only able to get the test to run after making some changes to the camel routes and the final test assertion. The current setup is accurate when using the
vm
component, but fordirect-vm
we should expect the routes to all run in the same thread.