From efb695be6bdf833d204ff0cd0fbec559dcca9bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Sat, 9 Nov 2019 20:49:05 +0100 Subject: e2e: Implicitely include the handshake in all tests Instead of having to write it manually everytime --- tests/end_to_end/scenarios/fixed_muc_disco_info.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/end_to_end/scenarios/fixed_muc_disco_info.py') 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(""), 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}']", -- cgit v1.2.3