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/irc_channel_configure_xep0045.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/end_to_end/scenarios/irc_channel_configure_xep0045.py') diff --git a/tests/end_to_end/scenarios/irc_channel_configure_xep0045.py b/tests/end_to_end/scenarios/irc_channel_configure_xep0045.py index 22c4ac9..c19990d 100644 --- a/tests/end_to_end/scenarios/irc_channel_configure_xep0045.py +++ b/tests/end_to_end/scenarios/irc_channel_configure_xep0045.py @@ -1,7 +1,6 @@ from scenarios import * scenario = ( - sequences.handshake(), send_stanza(""), expect_stanza("/iq[@type='result']/muc_owner:query", "/iq/muc_owner:query/dataform:x[@type='form']/dataform:field[@type='text-single'][@var='encoding_in']", -- cgit v1.2.3