diff --git a/test/specs/api.spec.js b/test/specs/api.spec.js index c63189c..a420c54 100644 --- a/test/specs/api.spec.js +++ b/test/specs/api.spec.js @@ -12,10 +12,7 @@ describe("API", function() { beforeEach(function() { stub(https, 'createServer').returns({ listen: spy() }); - opts = { - master: { name: 'master' }, - ssl: true - } + opts = { master: { name: 'master' } } api = new API(opts); });