summaryrefslogtreecommitdiff
path: root/tests/end_to_end/scenarios/channel_join_with_two_users.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end_to_end/scenarios/channel_join_with_two_users.py')
-rw-r--r--tests/end_to_end/scenarios/channel_join_with_two_users.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end_to_end/scenarios/channel_join_with_two_users.py b/tests/end_to_end/scenarios/channel_join_with_two_users.py
index 4e22c50..3b2b102 100644
--- a/tests/end_to_end/scenarios/channel_join_with_two_users.py
+++ b/tests/end_to_end/scenarios/channel_join_with_two_users.py
@@ -4,7 +4,7 @@ scenario = (
scenarios.simple_channel_join.scenario,
# Second user joins
- send_stanza("<presence from='{jid_two}/{resource_one}' to='#foo%{irc_server_one}/{nick_two}' />"),
+ send_stanza("<presence from='{jid_two}/{resource_one}' to='#foo%{irc_server_one}/{nick_two}' ><x xmlns='http://jabber.org/protocol/muc'/></presence>"),
sequences.connection("irc.localhost", '{jid_two}/{resource_one}'),
expect_unordered(
[