mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Fix elixir tests
This commit is contained in:
parent
a3ea6e7723
commit
f4081a363b
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -49,6 +49,7 @@ defmodule EjabberdCommandsMockTest do
|
|||
end
|
||||
:mnesia.start
|
||||
{:ok, _} = :jid.start
|
||||
:ejabberd_hooks.start_link
|
||||
:ok = :ejabberd_config.start(["domain1", "domain2"], [])
|
||||
{:ok, _} = :ejabberd_access_permissions.start_link()
|
||||
:ok = :acl.start
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue