From 3f984fad4befd391359ab764d1f9fde16fa01b4a Mon Sep 17 00:00:00 2001 From: Mary Strodl Date: Wed, 5 May 2021 20:37:54 -0400 Subject: [PATCH] network: fix test --- test/models/network.js | 4 ++++ 1 file changed, 4 insertions(+) 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: ""},