24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-10 21:47:01 +02:00

Stringprep can already be started, do not check result

This commit is contained in:
Mickael Remond 2016-04-06 18:11:46 +02:00
parent 0916694e0e
commit 5efcf0a175

View File

@ -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