summaryrefslogtreecommitdiff
path: root/tests/end_to_end/scenarios/list_adhoc.py
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2019-11-09 20:49:05 +0100
committerlouiz’ <louiz@louiz.org>2019-11-09 20:50:36 +0100
commitefb695be6bdf833d204ff0cd0fbec559dcca9bb1 (patch)
tree4208ba57b56bb065ee2d1d7fc21096873f953743 /tests/end_to_end/scenarios/list_adhoc.py
parent1736641368395440d69d68fcd701754bec0b22ec (diff)
downloadbiboumi-efb695be6bdf833d204ff0cd0fbec559dcca9bb1.tar.gz
biboumi-efb695be6bdf833d204ff0cd0fbec559dcca9bb1.tar.bz2
biboumi-efb695be6bdf833d204ff0cd0fbec559dcca9bb1.tar.xz
biboumi-efb695be6bdf833d204ff0cd0fbec559dcca9bb1.zip
e2e: Implicitely include the handshake in all tests
Instead of having to write it manually everytime
Diffstat (limited to 'tests/end_to_end/scenarios/list_adhoc.py')
-rw-r--r--tests/end_to_end/scenarios/list_adhoc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/end_to_end/scenarios/list_adhoc.py b/tests/end_to_end/scenarios/list_adhoc.py
index 057cc7a..7b46312 100644
--- a/tests/end_to_end/scenarios/list_adhoc.py
+++ b/tests/end_to_end/scenarios/list_adhoc.py
@@ -1,7 +1,6 @@
from scenarios import *
scenario = (
- sequences.handshake(),
send_stanza("<iq type='get' id='idwhatever' from='{jid_one}/{resource_one}' to='{biboumi_host}'><query xmlns='http://jabber.org/protocol/disco#items' node='http://jabber.org/protocol/commands' /></iq>"),
expect_stanza("/iq[@type='result']/disco_items:query[@node='http://jabber.org/protocol/commands']",
"/iq/disco_items:query/disco_items:item[@node='configure']",