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/channel_join_on_fixed_irc_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/end_to_end/scenarios/channel_join_on_fixed_irc_server.py') diff --git a/tests/end_to_end/scenarios/channel_join_on_fixed_irc_server.py b/tests/end_to_end/scenarios/channel_join_on_fixed_irc_server.py index 88bdaa2..1fe9908 100644 --- a/tests/end_to_end/scenarios/channel_join_on_fixed_irc_server.py +++ b/tests/end_to_end/scenarios/channel_join_on_fixed_irc_server.py @@ -3,7 +3,7 @@ from scenarios import * conf = "fixed_server" scenario = ( - sequences.handshake(), + send_stanza(""), sequences.connection("irc.localhost", '{jid_one}/{resource_one}', fixed_irc_server=True), expect_stanza("/message/body[text()='Mode #foo [+nt] by {irc_host_one}']"), -- cgit v1.2.3