summaryrefslogtreecommitdiff
path: root/js/zt1-api-client/test.js
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-26 13:32:47 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-26 13:32:47 -0700
commitc075e68c6cdddb8d932a6aad315b85aa633e8e0e (patch)
tree2ae101c0ff4fe79d9bacebbf30e09a23ab77f6f1 /js/zt1-api-client/test.js
parentecb1ee8e0d70e8a6770611398f25a274c4ae6ce8 (diff)
downloadinfinitytier-c075e68c6cdddb8d932a6aad315b85aa633e8e0e.tar.gz
infinitytier-c075e68c6cdddb8d932a6aad315b85aa633e8e0e.zip
More work on ZT1 NodeJS API client library.
Diffstat (limited to 'js/zt1-api-client/test.js')
-rw-r--r--js/zt1-api-client/test.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/zt1-api-client/test.js b/js/zt1-api-client/test.js
index bfe9b112..6a5db453 100644
--- a/js/zt1-api-client/test.js
+++ b/js/zt1-api-client/test.js
@@ -19,9 +19,9 @@ zt1.status(function(err,status) {
if (status.controller) {
zt1.saveControllerNetwork({
- nwid: status.address + 'dead01',
- name: 'test network',
- private: true
+ "nwid": status.address + 'dead01',
+ "name": 'test network',
+ "private": true
},function(err,network) {
if (err)
console.log(err);