From 5efcf0a1759aa5ccef2519e6df7d1d4ac185065c Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Wed, 6 Apr 2016 18:11:46 +0200 Subject: [PATCH] Stringprep can already be started, do not check result --- test/mod_http_api_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mod_http_api_test.exs b/test/mod_http_api_test.exs index 55faea83d..9432ae471 100644 --- a/test/mod_http_api_test.exs +++ b/test/mod_http_api_test.exs @@ -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 -- 2.40.0