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

fix(037_08): expectation file does not match what is created

parent 7b605fc4
Loading
Loading
Loading
Loading
+35 −12
Original line number Diff line number Diff line
@@ -6,11 +6,34 @@
         {
         "entities": [
             {
             "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