network: fix test
This commit is contained in:
parent
9b4f55bdb6
commit
3f984fad4b
@ -46,6 +46,10 @@ describe("Network", function () {
|
|||||||
saslPassword: "testpassword",
|
saslPassword: "testpassword",
|
||||||
commands: [],
|
commands: [],
|
||||||
nick: "chillin`",
|
nick: "chillin`",
|
||||||
|
proxyEnabled: false,
|
||||||
|
proxyHost: "",
|
||||||
|
proxyPort: 1080,
|
||||||
|
proxyUsername: "",
|
||||||
channels: [
|
channels: [
|
||||||
{name: "#thelounge", key: ""},
|
{name: "#thelounge", key: ""},
|
||||||
{name: "&foobar", key: ""},
|
{name: "&foobar", key: ""},
|
||||||
|
Loading…
Reference in New Issue
Block a user