mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.error: Add test for #1805
Checks that it doesn't fail on a stanza without <error> tag
This commit is contained in:
parent
6114ccee11
commit
c4fdaa80b6
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ describe("util.error", function ()
|
|||
assert.equal(e, err.context.stanza);
|
||||
assert.equal("error.example", err.context.by);
|
||||
assert.not_nil(err.extra.tag);
|
||||
assert.not_has_error(function ()
|
||||
errors.from_stanza(st.message())
|
||||
end);
|
||||
end);
|
||||
end);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue