Commit cf582c25 authored by lopesg's avatar lopesg
Browse files

fixed expectation file structure

parent 3e298467
Loading
Loading
Loading
Loading
+5 −30
Original line number Diff line number Diff line
{
    "https://ngsi-ld-test-suite/context#speed": [
        {
            "https://uri.etsi.org/ngsi-ld/datasetId": [
                {
                    "@id": "urn:ngsi-ld:Property:speedometerA4567-speed"
                }
    "updated":[
        "https://ngsi-ld-test-suite/context#speed"
    ],
            "https://ngsi-ld-test-suite/context#source": [
                {
                    "@type": [
                        "https://uri.etsi.org/ngsi-ld/Property"
                    ],
                    "https://uri.etsi.org/ngsi-ld/hasValue": [
                        {
                            "@value": "Speedometer"
                        }
                    ]
                }
            ],
            "@type": [
                "https://uri.etsi.org/ngsi-ld/Property"
            ],
            "https://uri.etsi.org/ngsi-ld/hasValue": [
                {
                    "@value": 99
                }
            ]
        }
    ]
    "notUpdated":[ ]
 }
 No newline at end of file