mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Ignore result of sending stream trailer in test suite
This commit is contained in:
parent
9d94361466
commit
aa9f2e5b88
@ -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…
Reference in New Issue
Block a user