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

fix(036_04): incorrect expectation file

parent 3d6c3ae6
Loading
Loading
Loading
Loading
+34 −11
Original line number Original line Diff line number Diff line
@@ -5,10 +5,33 @@
       {
       {
       "entities": [
       "entities": [
           {
           {
               "type":"Building"
           "id": "urn:ngsi-ld:Vehicle:A456",
           "type": "Vehicle"
           }
           }
         ]
       ],
       "propertyNames": ["brandName","speed"],
       "relationshipNames": ["isParked"]
       },
       {
       "entities": [
           {
               "idPattern": ".*downtown$",
               "type": "OffStreetParking"
           },
           {
               "idPattern": ".*47$",
               "type": "OffStreetParking"
           }
       ],
       "propertyNames": ["availableSpotNumber","totalSpotNumber"],
       "relationshipNames": ["isNextToBuilding"]
       }
       }
   ],
   ],
   "endpoint":"http://my.csource.org:1026"
   "endpoint": "http://my.csource.org:1026",
   "location": {
       "type": "Polygon",
       "coordinates": [
           [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0],
           [100.0, 1.0], [100.0, 0.0]] ]
   }
}
}
 No newline at end of file