# A route that LOOKS plausible but references a non-existent component — exactly the
# "confident-wrong Camel" an LLM produces. The dry-run must FAIL this, or it is worthless.
- from:
    uri: "timer:tick?period=500&repeatCount=1"
    steps:
      - setBody: { constant: "hello" }
      - to: "nosuchcomponent:orders?totallyMadeUp=true"
