mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 12:03:11 +00:00
network: fix test
This commit is contained in:
parent
9b4f55bdb6
commit
3f984fad4b
1 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,10 @@ describe("Network", function () {
|
|||
saslPassword: "testpassword",
|
||||
commands: [],
|
||||
nick: "chillin`",
|
||||
proxyEnabled: false,
|
||||
proxyHost: "",
|
||||
proxyPort: 1080,
|
||||
proxyUsername: "",
|
||||
channels: [
|
||||
{name: "#thelounge", key: ""},
|
||||
{name: "&foobar", key: ""},
|
||||
|
|
Loading…
Reference in a new issue