Skip to content

Commit

Permalink
update httpBinding test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed May 21, 2024
1 parent 494aed9 commit 85a0eee
Show file tree
Hide file tree
Showing 4 changed files with 555 additions and 48 deletions.
21 changes: 21 additions & 0 deletions test/unit/ngsiv2/contextRequests/multimeasure.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"actionType": "append",
"entities": [
{
"id": "Second UL Device",
"type": "AnMQTTDevice",
"temperature": {
"type": "celsius",
"value": 23
}
},
{
"id": "Second UL Device",
"type": "AnMQTTDevice",
"humidity": {
"type": "degrees",
"value": 98
}
}
]
}
29 changes: 29 additions & 0 deletions test/unit/ngsiv2/contextRequests/multimeasure2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"actionType": "append",
"entities": [
{
"id": "Second UL Device",
"type": "AnMQTTDevice",
"temperature": {
"type": "celsius",
"value": 23
},
"humidity": {
"type": "degrees",
"value": 98
}
},
{
"id": "Second UL Device",
"type": "AnMQTTDevice",
"temperature": {
"type": "celsius",
"value": 16
},
"humidity": {
"type": "degrees",
"value": 34
}
}
]
}
Loading

0 comments on commit 85a0eee

Please sign in to comment.