diff options
author | mathieui <mathieui@mathieui.net> | 2021-03-08 21:10:20 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2021-03-08 21:10:20 +0100 |
commit | e97f5ccb9cc8fcab342f706c1b99194b9968e09f (patch) | |
tree | 277b18260e121f22de44fb7e8251317a88ee9b1b /tests/test_stanza_xep_0060.py | |
parent | cb83ebe32c12b4ccf36753e8f19f4b5d514ae00e (diff) | |
parent | 432a3326362775b171ceb3466cb7fb28312e4798 (diff) | |
download | slixmpp-e97f5ccb9cc8fcab342f706c1b99194b9968e09f.tar.gz slixmpp-e97f5ccb9cc8fcab342f706c1b99194b9968e09f.tar.bz2 slixmpp-e97f5ccb9cc8fcab342f706c1b99194b9968e09f.tar.xz slixmpp-e97f5ccb9cc8fcab342f706c1b99194b9968e09f.zip |
Merge branch 'fix-0004-field-type' into 'master'
Fix 0004 field type
See merge request poezio/slixmpp!148
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"> |