summaryrefslogtreecommitdiff
path: root/tests/end_to_end/scenarios/global_configure_fixed.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end_to_end/scenarios/global_configure_fixed.py')
-rw-r--r--tests/end_to_end/scenarios/global_configure_fixed.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/end_to_end/scenarios/global_configure_fixed.py b/tests/end_to_end/scenarios/global_configure_fixed.py
index 718a09e..8df70ad 100644
--- a/tests/end_to_end/scenarios/global_configure_fixed.py
+++ b/tests/end_to_end/scenarios/global_configure_fixed.py
@@ -3,7 +3,6 @@ from scenarios import *
conf = 'fixed_server'
scenario = (
- sequences.handshake(),
send_stanza("<iq type='set' id='id1' from='{jid_one}/{resource_one}' to='{biboumi_host}'><command xmlns='http://jabber.org/protocol/commands' node='global-configure' action='execute' /></iq>"),
expect_stanza("/iq[@type='result']/commands:command[@node='global-configure'][@sessionid][@status='executing']",
"/iq/commands:command/dataform:x[@type='form']/dataform:title[text()='Configure some global default settings.']",