Skip to content

Commit 551388e

Browse files
committed
Update schema url.
1 parent 3c001cc commit 551388e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def run_client():
116116
assert body['title'] == 'My Lamp'
117117
assert body['security'] == 'nosec_sc'
118118
assert body['securityDefinitions']['nosec_sc']['scheme'] == 'nosec'
119-
assert body['@context'] == 'https://iot.mozilla.org/schemas'
119+
assert body['@context'] == 'https://webthings.io/schemas'
120120
assert lists_equal(body['@type'], ['OnOffSwitch', 'Light'])
121121
assert body['description'] == 'A web connected lamp'
122122
assert body['properties']['on']['@type'] == 'OnOffProperty'

0 commit comments

Comments
 (0)