summaryrefslogtreecommitdiff
path: root/tests/end_to_end/scenarios/execute_forbidden_adhoc_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end_to_end/scenarios/execute_forbidden_adhoc_command.py')
-rw-r--r--tests/end_to_end/scenarios/execute_forbidden_adhoc_command.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/end_to_end/scenarios/execute_forbidden_adhoc_command.py b/tests/end_to_end/scenarios/execute_forbidden_adhoc_command.py
index 8785dd9..10c98ab 100644
--- a/tests/end_to_end/scenarios/execute_forbidden_adhoc_command.py
+++ b/tests/end_to_end/scenarios/execute_forbidden_adhoc_command.py
@@ -1,7 +1,6 @@
from scenarios import *
scenario = (
- sequences.handshake(),
send_stanza("<iq type='set' id='command1' from='{jid_one}/{resource_one}' to='{biboumi_host}'><command xmlns='http://jabber.org/protocol/commands' node='disconnect-user' action='execute' /></iq>"),
expect_stanza("/iq[@type='error'][@id='command1']/commands:command[@node='disconnect-user']",
"/iq/commands:command/commands:error[@type='cancel']/stanza:forbidden"),