Commit d69fb5d2 authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

fix(046_02): check on expanded name attribute (no longer in the core context)

parent 5da88413
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ Check that a notification is sent on the timeInterval
    Should Not Be Empty    ${notification}[data]    Notification data should not be empty
    Should be Equal    ${entity_id}    ${notification}[data][0][id]
    Should be True    '${notification}[data][0][https://ngsi-ld-test-suite/context#airQualityLevel][value]'=='4.0' or '${notification}[data][0][https://ngsi-ld-test-suite/context#airQualityLevel][value]'=='4'
    Should be Equal    Eiffel Tower    ${notification}[data][0][name][value] 
    Should be Equal    Eiffel Tower    ${notification}[data][0][https://ngsi-ld-test-suite/context#name][value] 



+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
         "type":"Building"
      }
   ],
   "q": "name==\"Eiffel%20Tower\"",
   "notification":{
      "endpoint":{
         "uri":"http://my.endpoint.org/notify",