Loading
fix(051_02_01): use a URI for the unknown-context delete id
051_02 asserts 404 ResourceNotFound but generated a bare 16-digit numeric id, which is not a URI. TS 104-175 § 13.5.4 mandates 400 BadRequestData for a non-URI context id, so a conformant broker returns 400 before the 404 path is ever reached. Prefix the random id with urn:ngsi-ld:Context: so it is a valid-but-unknown URI and the intended 404 path is exercised.