mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Don't check result of jid.start
This commit is contained in:
parent
c0eb85ce53
commit
2988d84cfb
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ defmodule EjabberdCyrsaslTest do
|
|||
:mnesia.start
|
||||
:ejabberd_mnesia.start
|
||||
:ok = start_module(:stringprep)
|
||||
{:ok, _} = start_module(:jid)
|
||||
start_module(:jid)
|
||||
:ok = :ejabberd_config.start(["domain1"], [])
|
||||
{:ok, _} = :cyrsasl.start_link
|
||||
cyrstate = :cyrsasl.server_new("domain1", "domain1", "domain1", :ok, &get_password/1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue