summaryrefslogtreecommitdiff
path: root/tests/end_to_end/scenarios/fixed_muc_disco_info.py
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2019-11-09 20:49:05 +0100
committerlouiz’ <louiz@louiz.org>2019-11-09 20:50:36 +0100
commitefb695be6bdf833d204ff0cd0fbec559dcca9bb1 (patch)
tree4208ba57b56bb065ee2d1d7fc21096873f953743 /tests/end_to_end/scenarios/fixed_muc_disco_info.py
parent1736641368395440d69d68fcd701754bec0b22ec (diff)
downloadbiboumi-efb695be6bdf833d204ff0cd0fbec559dcca9bb1.tar.gz
biboumi-efb695be6bdf833d204ff0cd0fbec559dcca9bb1.tar.bz2
biboumi-efb695be6bdf833d204ff0cd0fbec559dcca9bb1.tar.xz
biboumi-efb695be6bdf833d204ff0cd0fbec559dcca9bb1.zip
e2e: Implicitely include the handshake in all tests
Instead of having to write it manually everytime
Diffstat (limited to 'tests/end_to_end/scenarios/fixed_muc_disco_info.py')
-rw-r--r--tests/end_to_end/scenarios/fixed_muc_disco_info.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/end_to_end/scenarios/fixed_muc_disco_info.py b/tests/end_to_end/scenarios/fixed_muc_disco_info.py
index 7a5f0b9..6cabb49 100644
--- a/tests/end_to_end/scenarios/fixed_muc_disco_info.py
+++ b/tests/end_to_end/scenarios/fixed_muc_disco_info.py
@@ -3,8 +3,6 @@ from scenarios import *
conf = 'fixed_server'
scenario = (
- sequences.handshake(),
-
send_stanza("<iq from='{jid_one}/{resource_one}' to='#foo@{biboumi_host}' id='1' type='get'><query xmlns='http://jabber.org/protocol/disco#info'/></iq>"),
expect_stanza("/iq[@from='#foo@{biboumi_host}'][@to='{jid_one}/{resource_one}'][@type='result']/disco_info:query",
"/iq[@type='result']/disco_info:query/disco_info:identity[@category='conference'][@type='irc'][@name='#foo on {irc_host_one}']",