Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions iot/http_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"test": "repo-tools test run --cmd ava -- -T 3m --verbose system-test/*.test.js"
},
"dependencies": {
"googleapis": "^32.0.0",
"@google-cloud/pubsub": "0.13.2",
"@google-cloud/nodejs-repo-tools": "2.2.5",
"ava": "0.22.0",
Expand Down
2 changes: 2 additions & 0 deletions iot/mqtt_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@
"test": "repo-tools test run --cmd ava -- -T 3m --verbose system-test/*.test.js"
},
"dependencies": {
"googleapis": "^32.0.0",
"@google-cloud/pubsub": "0.16.4",
"@google-cloud/nodejs-repo-tools": "2.2.5",
"ava": "0.25.0",
"jsonwebtoken": "8.2.0",
"mqtt": "2.16.0",
"semistandard": "^12.0.1",
"uuid": "3.2.1",
"yargs": "11.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion iot/mqtt_example/system-test/cloudiot_mqtt_example.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ test(`should send event message`, async (t) => {
await tools.runAsync(`${helper} deleteRegistry ${localRegName}`, cwd);
});

test(`should send event message`, async (t) => {
test(`should send state message`, async (t) => {
const localDevice = `test-rsa-device`;
const localRegName = `${registryName}-rsa256`;
await tools.runAsync(`${helper} setupIotTopic ${topicName}`, cwd);
Expand Down