mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-24 17:29:28 +01:00
Fix elixir test case: stringprep was required
This commit is contained in:
parent
caf7b54305
commit
12b58b9870
@ -26,6 +26,7 @@ defmodule ACLTest do
|
||||
setup_all do
|
||||
:ok = :mnesia.start
|
||||
:ok = :jid.start
|
||||
:ok = :stringprep.start
|
||||
:ok = :ejabberd_config.start(["domain1", "domain2"], [])
|
||||
:ok = :acl.start
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user