+29
−0
Loading
The test stubs GET /broker1/ngsi-ld/v1/entities/${entity_id} and the
broker forwards the by-id retrieve there — but the stub-count assertion
queried the by-type listing URL (/broker1/ngsi-ld/v1/entities?type=
Vehicle), which was never stubbed nor requested, so the count was 0 by
construction (testsuite-doubts.md #82a).