summaryrefslogtreecommitdiff
path: root/tests/end_to_end/scenarios/channel_list_escaping.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end_to_end/scenarios/channel_list_escaping.py')
-rw-r--r--tests/end_to_end/scenarios/channel_list_escaping.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/end_to_end/scenarios/channel_list_escaping.py b/tests/end_to_end/scenarios/channel_list_escaping.py
index 31676a2..12c3ff9 100644
--- a/tests/end_to_end/scenarios/channel_list_escaping.py
+++ b/tests/end_to_end/scenarios/channel_list_escaping.py
@@ -1,8 +1,6 @@
from scenarios import *
scenario = (
- sequences.handshake(),
-
send_stanza("<presence from='{jid_one}/{resource_one}' to='#true\\2ffalse%{irc_server_one}/{nick_one}' />"),
sequences.connection("irc.localhost", '{jid_one}/{resource_one}'),
expect_stanza("/message/body[text()='Mode #true/false [+nt] by {irc_host_one}']"),