mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Don't check result of jid.start
This commit is contained in:
parent
069bf6dec6
commit
f4c98f635b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue