From ad8d4c90b31f626b5c4b7a2e6a63533479ddf963 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Mon, 22 Apr 2019 21:07:05 +0200 Subject: [PATCH] Fix failing test --- spec/converse.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/converse.js b/spec/converse.js index aebfcdbf9..f94291668 100644 --- a/spec/converse.js +++ b/spec/converse.js @@ -25,7 +25,8 @@ })); describe("with prebind", function () { - it("needs a jid when also using keepalive", mock.initConverse((done, _converse) => { + + it("needs a jid when also using keepalive", mock.initConverse([], null, {'auto_login': false}, (done, _converse) => { const authentication = _converse.authentication; const jid = _converse.jid; delete _converse.jid;