summaryrefslogtreecommitdiff
path: root/tests/end_to_end/scenarios/simple_kick.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end_to_end/scenarios/simple_kick.py')
-rw-r--r--tests/end_to_end/scenarios/simple_kick.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/end_to_end/scenarios/simple_kick.py b/tests/end_to_end/scenarios/simple_kick.py
index 20d56b0..2949157 100644
--- a/tests/end_to_end/scenarios/simple_kick.py
+++ b/tests/end_to_end/scenarios/simple_kick.py
@@ -5,7 +5,6 @@ scenario = (
# demonstrate bug https://lab.louiz.org/louiz/biboumi/issues/3291
# First user joins an other channel
send_stanza("<presence from='{jid_one}/{resource_one}' to='#bar%{irc_server_one}/{nick_one}' ><x xmlns='http://jabber.org/protocol/muc'/></presence>"),
- expect_stanza("/message"),
expect_stanza("/presence/muc_user:x/muc_user:status[@code='110']"),
expect_stanza("/message[@type='groupchat']/subject"),