Commit 9b63b450 authored by Ken Zangelin's avatar Ken Zangelin
Browse files

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.
parent 87bd9b41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ Variables ${EXECDIR}/resources/variables.py


*** Variables ***
${notification_type}            ContextSource Notfication
${notification_type}            ContextSourceNotification
${date_format}                  %Y-%m-%dT%H:%M:%SZ
${date_format_with_millis}      %Y-%m-%dT%H:%M:%S.%fZ