Loading
fix: correct typo in CSR notification type ('ContextSource Notfication' →...
fix: correct typo in CSR notification type ('ContextSource Notfication' → 'ContextSourceNotification')
The variable was set to a typo'd, space-separated value that no
NGSI-LD broker would emit. Per spec § 5.3.2, a Context Source
Notification has type 'ContextSourceNotification' (one word, no
space, correct spelling). The mismatch made every CSR-subscription
notification test (047_*) hit the 5-second timeout and FAIL even
though the broker was sending the correct payload.