Update hostid cache test

This commit is contained in:
wltsmrz
2014-07-18 17:47:15 -07:00
parent 79c5428da2
commit 76659b613b

View File

@@ -1033,7 +1033,7 @@ describe('Server', function() {
server.once('disconnect', function() {
assert(receivedSubscribe);
assert.strictEqual(server.getHostID(), 'MAC');
assert.strictEqual(server.getHostID(), '(n94pSqypSfddzAVj9qoezHyUoetsrMnwgNuBqRJ3WHvM8aMMf7rW)');
done();
});
});