network: fix test

This commit is contained in:
Mary Strodl 2021-05-05 20:37:54 -04:00
parent 9b4f55bdb6
commit 3f984fad4b
No known key found for this signature in database
GPG Key ID: 23B7FC1590D8E30E
1 changed files with 4 additions and 0 deletions

View File

@ -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: ""},