mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Stringprep can already be started, do not check result
This commit is contained in:
parent
0916694e0e
commit
5efcf0a175
@ -29,7 +29,7 @@ defmodule ModHttpApiTest do
|
|||||||
|
|
||||||
setup_all do
|
setup_all do
|
||||||
:ok = :mnesia.start
|
:ok = :mnesia.start
|
||||||
:ok = :stringprep.start
|
:stringprep.start
|
||||||
:ok = :ejabberd_config.start(["localhost"], [])
|
:ok = :ejabberd_config.start(["localhost"], [])
|
||||||
|
|
||||||
:ok = :ejabberd_commands.init
|
:ok = :ejabberd_commands.init
|
||||||
|
Loading…
Reference in New Issue
Block a user