diff options
author | Lance Stout <lancestout@gmail.com> | 2011-02-08 21:09:49 -0500 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-02-08 21:09:49 -0500 |
commit | 30da68f47bb35e67739063bea47679b9a777b16b (patch) | |
tree | c42987a0713abd76cefb7da9acdf2edee6907f3a /tests | |
parent | 72ead3d598394fd478097de48cbef49800220ea2 (diff) | |
download | slixmpp-30da68f47bb35e67739063bea47679b9a777b16b.tar.gz slixmpp-30da68f47bb35e67739063bea47679b9a777b16b.tar.bz2 slixmpp-30da68f47bb35e67739063bea47679b9a777b16b.tar.xz slixmpp-30da68f47bb35e67739063bea47679b9a777b16b.zip |
Update XEP-0060 test.
Diffstat (limited to 'tests')
-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 5d455236..8e6e820d 100644 --- a/tests/test_stanza_xep_0060.py +++ b/tests/test_stanza_xep_0060.py @@ -181,7 +181,7 @@ class TestPubsubStanzas(SleekTest): <pubsub xmlns="http://jabber.org/protocol/pubsub"> <subscribe node="cheese" jid="fritzy@netflint.net/sleekxmpp"> <options node="cheese" jid="fritzy@netflint.net/sleekxmpp"> - <x xmlns="jabber:x:data" type="form"> + <x xmlns="jabber:x:data" type="submit"> <field var="pubsub#title" type="text-single"> <value>this thing is awesome</value> </field> |