Commit ad8d4c90 authored by JC Brand's avatar JC Brand

Fix failing test

parent 5ead9796
...@@ -25,7 +25,8 @@ ...@@ -25,7 +25,8 @@
})); }));
describe("with prebind", function () { 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 authentication = _converse.authentication;
const jid = _converse.jid; const jid = _converse.jid;
delete _converse.jid; delete _converse.jid;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment