diff options
Diffstat (limited to 'test/acl_test.exs')
-rw-r--r-- | test/acl_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/acl_test.exs b/test/acl_test.exs index cdfc4f328..6a6e1228c 100644 --- a/test/acl_test.exs +++ b/test/acl_test.exs @@ -26,6 +26,7 @@ defmodule ACLTest do setup_all do :ok = :mnesia.start {:ok, _} = :jid.start + :ejabberd_hooks.start_link :stringprep.start :ok = :ejabberd_config.start(["domain1", "domain2"], []) :ok = :acl.start |