mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Ignore result of sending stream trailer in test suite
This commit is contained in:
parent
9d94361466
commit
aa9f2e5b88
1 changed files with 1 additions and 1 deletions
|
@ -522,7 +522,7 @@ decode(El, NS, Opts) ->
|
||||||
end.
|
end.
|
||||||
|
|
||||||
send_text(Config, Text) ->
|
send_text(Config, Text) ->
|
||||||
ok = recv_call(Config, {send_text, Text}).
|
recv_call(Config, {send_text, Text}).
|
||||||
|
|
||||||
send(State, Pkt) ->
|
send(State, Pkt) ->
|
||||||
{NewID, NewPkt} = case Pkt of
|
{NewID, NewPkt} = case Pkt of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue