diff --git a/src/test/apps-test.js b/src/test/apps-test.js index 833202221..e282a0d01 100644 --- a/src/test/apps-test.js +++ b/src/test/apps-test.js @@ -46,7 +46,7 @@ describe('Apps', function () { port1: 4033, port2: 3242, port3: 1234 - }, { tcpPorts: { port1: null, port2: null, port3: null } })).to.be(null); + }, { tcpPorts: { port1: {}, port2: {}, port3: {} } })).to.be(null); }); });