We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c001cc commit 551388eCopy full SHA for 551388e
test-client.py
@@ -116,7 +116,7 @@ def run_client():
116
assert body['title'] == 'My Lamp'
117
assert body['security'] == 'nosec_sc'
118
assert body['securityDefinitions']['nosec_sc']['scheme'] == 'nosec'
119
- assert body['@context'] == 'https://iot.mozilla.org/schemas'
+ assert body['@context'] == 'https://webthings.io/schemas'
120
assert lists_equal(body['@type'], ['OnOffSwitch', 'Light'])
121
assert body['description'] == 'A web connected lamp'
122
assert body['properties']['on']['@type'] == 'OnOffProperty'
0 commit comments