diff --git a/test/models/network.js b/test/models/network.js index 6d6d8119..a887b570 100644 --- a/test/models/network.js +++ b/test/models/network.js @@ -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: ""},