firmRootId, exclusively. Both endToEndId stubs — details and status alike — render a templating failure instead of their response: HTTP 200, content-type application/json, and a body that is the literal string of a formatJson helper error. No value escapes it, including the fixture's own end-to-end id, and because the endToEndId stub outranks the other when both parameters are present, sending both breaks a request that firmRootId alone would have served. There's an upside: this is a ready-made invalid-JSON-under-200 case, and response parsers that survive it have covered a failure mode production APIs do produce.