Skip to content

Commit f343132

Browse files
authored
Merge pull request #476 from telefonicaid/fix/test_geo_point
Update createBidirectionalDevice.json
2 parents 1f14925 + aa57653 commit f343132

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/unit/ngsiv2/contextRequests/createBidirectionalDevice.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "Second MQTT Device",
33
"type": "AnMQTTDevice",
44
"location": {
5-
"type": "geo:json",
6-
"value": {"type":"Point","coordinates":[0,0]}
5+
"type": "geo:point",
6+
"value": "0, 0"
77
}
8-
}
8+
}

0 commit comments

Comments
 (0)