summaryrefslogtreecommitdiff
path: root/tests/end_to_end/scenarios/irc_channel_configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end_to_end/scenarios/irc_channel_configure.py')
-rw-r--r--tests/end_to_end/scenarios/irc_channel_configure.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/end_to_end/scenarios/irc_channel_configure.py b/tests/end_to_end/scenarios/irc_channel_configure.py
index 15647d1..dcc78db 100644
--- a/tests/end_to_end/scenarios/irc_channel_configure.py
+++ b/tests/end_to_end/scenarios/irc_channel_configure.py
@@ -1,7 +1,6 @@
from scenarios import *
scenario = (
- sequences.handshake(),
send_stanza("<iq type='set' id='id1' from='{jid_one}/{resource_one}' to='#foo%{irc_server_one}'><command xmlns='http://jabber.org/protocol/commands' node='configure' action='execute'><dummy/></command></iq>"),
expect_stanza("/iq[@type='result']/commands:command[@node='configure'][@sessionid][@status='executing']",
"/iq/commands:command/dataform:x[@type='form']/dataform:field[@type='text-single'][@var='encoding_in']",