Loading
fix: dedicated with-@context stub fixtures for D011 inclusive/redirect query-back
The D011 _inc/_red query tests serve their CP stub reply from vehicle-simple-attributes(.|-second.)json — fixtures shared with ~70 tests as REQUEST bodies (json + Link header), so @context cannot be embedded there (body @context + Link = 400). A forwarded NGSI-LD response must carry its own @context (§ 6.3.5); without it the broker correctly core-expands the CP's attrs to the wrong IRIs and drops them on merge. Add dedicated stub fixtures vehicle-simple-attributes-with-context.json and vehicle-simple-attributes-second-with-context.json (copies + @context) and point ONLY the stub-reply loads (Load Entity As Serialized Array) at them, leaving the shared request-body fixtures untouched. Fixes the remaining 10 D011 _inc/_red regressions. DistributedOperations subtree now 12 fails / 0 unclear — back to the pre-ae2b7ea baseline (the 12 are genuine pre-existing doubts). Broker untouched; ae2b7ea (correct) retained.