Skip to content

Commit

Permalink
Functests changed 'forno Link HTTP header in batch create response'
Browse files Browse the repository at this point in the history
  • Loading branch information
kzangeli committed Mar 7, 2021
1 parent 834992e commit b3b1eed
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ echo
HTTP/1.1 200 OK
Content-Length: 51
Content-Type: application/json
Link: <https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"
Date: REGEX(.*)

{
Expand Down
1 change: 0 additions & 1 deletion test/functionalTest/cases/0000_troe/troe_batch_create.test
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ echo
HTTP/1.1 200 OK
Content-Length: 103
Content-Type: application/json
Link: <https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"
Date: REGEX(.*)

{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ echo
HTTP/1.1 200 OK
Content-Length: 244
Content-Type: application/json
Link: <https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"
Date: REGEX(.*)

{
Expand Down Expand Up @@ -195,7 +194,6 @@ id,valuetype,entityid,attrinstanceid,unitcode,text,number,boolean,observedat
HTTP/1.1 200 OK
Content-Length: 204
Content-Type: application/json
Link: <https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"
Date: REGEX(.*)

{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ echo
HTTP/1.1 200 OK
Content-Length: 229
Content-Type: application/json
Link: <https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"
Date: REGEX(.*)

{
Expand Down
1 change: 0 additions & 1 deletion test/functionalTest/cases/0000_troe/troe_batch_delete.test
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ echo
HTTP/1.1 200 OK
Content-Length: 103
Content-Type: application/json
Link: <https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"
Date: REGEX(.*)

{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ echo
HTTP/1.1 200 OK
Content-Length: 103
Content-Type: application/json
Link: <https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"
Date: REGEX(.*)

{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ echo
HTTP/1.1 200 OK
Content-Length: 103
Content-Type: application/json
Link: <https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"
Date: REGEX(.*)

{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,6 @@ echo
HTTP/1.1 200 OK
Content-Length: 97
Content-Type: application/json
Link: <https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"
Date: REGEX(.*)

{
Expand All @@ -526,7 +525,6 @@ Date: REGEX(.*)
HTTP/1.1 200 OK
Content-Length: 97
Content-Type: application/json
Link: <https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"
Date: REGEX(.*)

{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,6 @@ echo
HTTP/1.1 200 OK
Content-Length: 97
Content-Type: application/json
Link: <https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"
Date: REGEX(.*)

{
Expand All @@ -526,7 +525,6 @@ Date: REGEX(.*)
HTTP/1.1 200 OK
Content-Length: 97
Content-Type: application/json
Link: <https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"
Date: REGEX(.*)

{
Expand Down

0 comments on commit b3b1eed

Please sign in to comment.