Skip to content

Commit

Permalink
One more functest needed the core-context-modification
Browse files Browse the repository at this point in the history
  • Loading branch information
kzangeli committed Jul 11, 2024
1 parent 950e528 commit 31ad864
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,16 @@ Date: REGEX(.*)
06. POST Query for all entities that has an attribute A in list '1' to '5' - see E1 and E3
==========================================================================================
HTTP/1.1 200 OK
Content-Length: 433
Content-Length: 609
Content-Type: application/ld+json
Date: REGEX(.*)

[
{
"@context": "https://fiware.github.io/NGSI-LD_TestSuite/ldContext/testContext.jsonld",
"@context": [
"https://fiware.github.io/NGSI-LD_TestSuite/ldContext/testContext.jsonld",
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld"
],
"id": "http://a.b.c/entity/E1",
"type": "T",
"A": {
Expand All @@ -211,7 +214,10 @@ Date: REGEX(.*)
}
},
{
"@context": "https://fiware.github.io/NGSI-LD_TestSuite/ldContext/testContext.jsonld",
"@context": [
"https://fiware.github.io/NGSI-LD_TestSuite/ldContext/testContext.jsonld",
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld"
],
"id": "http://a.b.c/entity/E3",
"type": "T",
"A": {
Expand Down

0 comments on commit 31ad864

Please sign in to comment.