Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit e9ce2d6

Browse files
committed
test: Fix browser test.
1 parent b7b766e commit e9ce2d6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/browser/browser.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
},
2121
url,
2222
restUrl,
23+
storageNode: {
24+
address: '0xde1112f631486CfC759A50196853011528bC5FA0',
25+
url: 'http://10.200.10.1:8891'
26+
},
2327
autoConnect: false,
2428
autoDisconnect: false
2529
})
@@ -57,7 +61,7 @@
5761
name: streamName,
5862
requireEncryptedData: true,
5963
})
60-
await stream.addToStorageNode(config.clientOptions.storageNode.address)
64+
await stream.addToStorageNode(client.options.storageNode.address)
6165
$('#result').html(stream.name)
6266
})
6367

0 commit comments

Comments
 (0)