When I tried to recover the temporal representation of an unknow entity, Mintaka returns a 404 message but the payload body is empty (null), when it should return the following structure and data (spec 1.3.1, section 5.5.3):
{
"type": "https://uri.etsi.org/ngsi-ld/errors/ResourceNotFound",
"title": "Resource Not Found",
"detail": "Unable to find the entity 'urn:ngsi-ld:Vehicle:unknowEntity'."
}
Description
ORION_LD_VERSION=1.5.0-PRE-1443 MINTAKA_VERSION=0.5.40
When I tried to recover the temporal representation of an unknow entity, Mintaka returns a 404 message but the payload body is empty (null), when it should return the following structure and data (spec 1.3.1, section 5.5.3):
Sequence of steps
Retrieve Temporal Representation Of Entity Request ->
Response ->
Expected value of "body" ->