Loading
fix: correct empty-id collection-path expectations (002/054/056)
All three send an empty entity id, so the request hits the collection path: - PUT /entities (054_02_02 Replace) and PATCH /entities (056_02_02 Merge) have no collection-level operation → 405 Method Not Allowed, not 400. The broker already returns 405; the tests wrongly expected 400. - DELETE /entities (002_02_01) is NOT 405 anymore: since ~v1.8 it is the Purge Entities operation (§ 6.4.3.3), a valid route. A filterless purge is a 400 BadRequest, which is what the broker returns; the test's 405 was the stale pre-purge expectation. Provision/Entities subtree 56/56.