diff options
author | Mickael Remond <mremond@process-one.net> | 2016-04-06 18:11:46 +0200 |
---|---|---|
committer | Mickael Remond <mremond@process-one.net> | 2016-04-06 18:11:46 +0200 |
commit | 5efcf0a1759aa5ccef2519e6df7d1d4ac185065c (patch) | |
tree | 4f19bc3f76180813a226b33ac520011effc4a82f /test | |
parent | Merge branch 'master' of github.com:processone/ejabberd (diff) |
Stringprep can already be started, do not check result
Diffstat (limited to 'test')
-rw-r--r-- | test/mod_http_api_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mod_http_api_test.exs b/test/mod_http_api_test.exs index 55faea83..9432ae47 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 |