mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Stringprep can already be started, do not check result
This commit is contained in:
parent
0916694e0e
commit
5efcf0a175
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue