diff options
author | Mickael Remond <mremond@process-one.net> | 2016-11-09 09:04:58 +0100 |
---|---|---|
committer | Mickael Remond <mremond@process-one.net> | 2016-11-09 09:04:58 +0100 |
commit | 42bede77a1a36c6bbc1ce3c2728e8c3dd78eb5f2 (patch) | |
tree | 677c46157270f24a40200ebb21beb5ba0397d358 /test/ejabberd_commands_mock_test.exs | |
parent | Expose unregister API command (diff) | |
parent | Support several groups separated by ; in add_rosteritem command (diff) |
Merge branch 'master' of github.com:processone/ejabberd
Diffstat (limited to 'test/ejabberd_commands_mock_test.exs')
-rw-r--r-- | test/ejabberd_commands_mock_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ejabberd_commands_mock_test.exs b/test/ejabberd_commands_mock_test.exs index 785e74cd7..419a989d6 100644 --- a/test/ejabberd_commands_mock_test.exs +++ b/test/ejabberd_commands_mock_test.exs @@ -50,6 +50,7 @@ defmodule EjabberdCommandsMockTest do :mnesia.start :ok = :jid.start :ok = :ejabberd_config.start(["domain1", "domain2"], []) + {:ok, _} = :ejabberd_access_permissions.start_link() :ok = :acl.start EjabberdOauthMock.init on_exit fn -> :meck.unload end |