Skip to content

Commit

Permalink
FIX existing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Aug 31, 2023
1 parent 8719ed5 commit 9789d5b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ HTTP/1.1 200 OK
Date: REGEX(.*)
Fiware-Correlator: REGEX([0-9a-f\-]{36})
Content-Type: application/json
Content-Length: 351
Content-Length: 366

{
"id": "REGEX([0-9a-f\-]{24})",
Expand All @@ -328,6 +328,7 @@ Content-Length: 351
"mqttCustom": {
"passwd": "*****",
"qos": 0,
"retain": false,
"topic": "/orion",
"url": "mqtt://localhost:1883",
"user": "user1"
Expand Down Expand Up @@ -370,7 +371,7 @@ HTTP/1.1 200 OK
Date: REGEX(.*)
Fiware-Correlator: REGEX([0-9a-f\-]{36})
Content-Type: application/json
Content-Length: 352
Content-Length: 367

{
"id": "REGEX([0-9a-f\-]{24})",
Expand All @@ -381,6 +382,7 @@ Content-Length: 352
"mqttCustom": {
"passwd": "*****",
"qos": 0,
"retain": false,
"topic": "/orion",
"url": "mqtt://localhost:1883",
"user": "user10"
Expand Down Expand Up @@ -423,7 +425,7 @@ HTTP/1.1 200 OK
Date: REGEX(.*)
Fiware-Correlator: REGEX([0-9a-f\-]{36})
Content-Type: application/json
Content-Length: 319
Content-Length: 334

{
"id": "REGEX([0-9a-f\-]{24})",
Expand All @@ -433,6 +435,7 @@ Content-Length: 319
"covered": false,
"mqttCustom": {
"qos": 0,
"retain": false,
"topic": "/orion",
"url": "mqtt://localhost:1883"
},
Expand Down Expand Up @@ -474,7 +477,7 @@ HTTP/1.1 200 OK
Date: REGEX(.*)
Fiware-Correlator: REGEX([0-9a-f\-]{36})
Content-Type: application/json
Content-Length: 351
Content-Length: 366

{
"id": "REGEX([0-9a-f\-]{24})",
Expand All @@ -485,6 +488,7 @@ Content-Length: 351
"mqttCustom": {
"passwd": "*****",
"qos": 0,
"retain": false,
"topic": "/orion",
"url": "mqtt://localhost:1883",
"user": "user1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ HTTP/1.1 200 OK
Date: REGEX(.*)
Fiware-Correlator: REGEX([0-9a-f\-]{36})
Content-Type: application/json
Content-Length: 345
Content-Length: 360

{
"id": "REGEX([0-9a-f\-]{24})",
Expand All @@ -328,6 +328,7 @@ Content-Length: 345
"mqtt": {
"passwd": "*****",
"qos": 0,
"retain": false,
"topic": "/orion",
"url": "mqtt://localhost:1883",
"user": "user1"
Expand Down Expand Up @@ -370,7 +371,7 @@ HTTP/1.1 200 OK
Date: REGEX(.*)
Fiware-Correlator: REGEX([0-9a-f\-]{36})
Content-Type: application/json
Content-Length: 346
Content-Length: 361

{
"id": "REGEX([0-9a-f\-]{24})",
Expand All @@ -381,6 +382,7 @@ Content-Length: 346
"mqtt": {
"passwd": "*****",
"qos": 0,
"retain": false,
"topic": "/orion",
"url": "mqtt://localhost:1883",
"user": "user10"
Expand Down Expand Up @@ -423,7 +425,7 @@ HTTP/1.1 200 OK
Date: REGEX(.*)
Fiware-Correlator: REGEX([0-9a-f\-]{36})
Content-Type: application/json
Content-Length: 313
Content-Length: 328

{
"id": "REGEX([0-9a-f\-]{24})",
Expand All @@ -433,6 +435,7 @@ Content-Length: 313
"covered": false,
"mqtt": {
"qos": 0,
"retain": false,
"topic": "/orion",
"url": "mqtt://localhost:1883"
},
Expand Down Expand Up @@ -474,7 +477,7 @@ HTTP/1.1 200 OK
Date: REGEX(.*)
Fiware-Correlator: REGEX([0-9a-f\-]{36})
Content-Type: application/json
Content-Length: 345
Content-Length: 360

{
"id": "REGEX([0-9a-f\-]{24})",
Expand All @@ -485,6 +488,7 @@ Content-Length: 345
"mqtt": {
"passwd": "*****",
"qos": 0,
"retain": false,
"topic": "/orion",
"url": "mqtt://localhost:1883",
"user": "user1"
Expand Down

0 comments on commit 9789d5b

Please sign in to comment.