mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +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
|
||||
:ok = :mnesia.start
|
||||
:ok = :stringprep.start
|
||||
:stringprep.start
|
||||
:ok = :ejabberd_config.start(["localhost"], [])
|
||||
|
||||
:ok = :ejabberd_commands.init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue