diff options
author | mathieui <mathieui@mathieui.net> | 2021-03-08 21:06:43 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2021-03-08 21:06:43 +0100 |
commit | 432a3326362775b171ceb3466cb7fb28312e4798 (patch) | |
tree | 277b18260e121f22de44fb7e8251317a88ee9b1b /tests/test_stanza_xep_0060.py | |
parent | 30b1d27fc122eee1cacc1d25dd580ac416b81783 (diff) | |
download | slixmpp-432a3326362775b171ceb3466cb7fb28312e4798.tar.gz slixmpp-432a3326362775b171ceb3466cb7fb28312e4798.tar.bz2 slixmpp-432a3326362775b171ceb3466cb7fb28312e4798.tar.xz slixmpp-432a3326362775b171ceb3466cb7fb28312e4798.zip |
tests: Fix XEP-0060 tests for the new 0004 change regarding type attribute
Diffstat (limited to 'tests/test_stanza_xep_0060.py')
-rw-r--r-- | tests/test_stanza_xep_0060.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_stanza_xep_0060.py b/tests/test_stanza_xep_0060.py index d05bc3d0..671f9cd0 100644 --- a/tests/test_stanza_xep_0060.py +++ b/tests/test_stanza_xep_0060.py @@ -314,7 +314,7 @@ class TestPubsubStanzas(SlixTest): <create node="testnode2" /> <configure> <x xmlns="jabber:x:data" type="submit"> - <field var="FORM_TYPE"> + <field var="FORM_TYPE" type="hidden"> <value>http://jabber.org/protocol/pubsub#node_config</value> </field> <field var="pubsub#node_type"> |