mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Don't check result of jid.start
This commit is contained in:
parent
069bf6dec6
commit
f4c98f635b
@ -26,7 +26,7 @@ defmodule ACLTest do
|
||||
setup_all do
|
||||
:ok = :mnesia.start
|
||||
:ejabberd_mnesia.start
|
||||
{:ok, _} = :jid.start
|
||||
:jid.start
|
||||
:ejabberd_hooks.start_link
|
||||
:stringprep.start
|
||||
:ok = :ejabberd_config.start(["domain1", "domain2"], [])
|
||||
|
Loading…
Reference in New Issue
Block a user