summaryrefslogtreecommitdiff
path: root/tests/twisted/caps_helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/caps_helper.py')
-rw-r--r--tests/twisted/caps_helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/caps_helper.py b/tests/twisted/caps_helper.py
index 85013850..817dd03a 100644
--- a/tests/twisted/caps_helper.py
+++ b/tests/twisted/caps_helper.py
@@ -265,7 +265,7 @@ def disco_caps(q, stream, presence):
# Check if the hash matches the announced capabilities
assertEquals(compute_caps_hash(identities, features, dataforms), ver)
- return (event, features)
+ return (event, features, dataforms)
def caps_contain(event, cap):
node = xpath.queryForNodes('/iq/query/feature[@var="%s"]'