Commit 7d47d698 authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

fix(046_05): fix expected value in notification payload

parent c57b7fb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,5 +58,5 @@ Check that a notification is sent with all entities
    Dictionary Should Contain Key    ${notification}    data
    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 True    '${notification}[data][0][airQualityLevel][value]'=='5.0' or '${notification}[data][0][airQualityLevel][value]'=='5'
    Should be Equal    Eiffel Tower    ${notification}[data][0][name][value]