Commit 84b2ef89 authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

fix(subscriptions): rename timeinterval to timeInterval

parent e503f7f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -43,7 +43,7 @@ After Test




*** Test Case ***
*** Test Case ***
Check that a notification is sent on the timeinterval
Check that a notification is sent on the timeInterval
    [Documentation]     If a Subscription defines a timeInterval member, a Notification shall be sent periodically, when the time interval (in seconds) specified in such value field is reached, regardless of Attribute changes."
    [Documentation]     If a Subscription defines a timeInterval member, a Notification shall be sent periodically, when the time interval (in seconds) specified in such value field is reached, regardless of Attribute changes."
    [Tags]    sub-notification    5_11_7    046_02
    [Tags]    sub-notification    5_11_7    046_02
    
    
+1 −0
Original line number Original line Diff line number Diff line
@@ -6,6 +6,7 @@
           "type": "https://ngsi-ld-test-suite/context#Building"
           "type": "https://ngsi-ld-test-suite/context#Building"
       }
       }
   ],
   ],
   "timeInterval": 5,
   "notification": {
   "notification": {
       "endpoint": {
       "endpoint": {
           "accept": "application/json",
           "accept": "application/json",
+1 −1
Original line number Original line Diff line number Diff line
{
{
   "id":"urn:ngsi-ld:Subscription:randomUUID",
   "id":"urn:ngsi-ld:Subscription:randomUUID",
   "type":"Subscription",
   "type":"Subscription",
   "timeinterval": 5,
   "timeInterval": 5,
   "entities":[
   "entities":[
      {
      {
         "type":"Building"
         "type":"Building"