summaryrefslogtreecommitdiff
path: root/tests/test_stanza_xep_0444.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_stanza_xep_0444.py')
-rw-r--r--tests/test_stanza_xep_0444.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_stanza_xep_0444.py b/tests/test_stanza_xep_0444.py
index 0fe3f6fc..48d569e3 100644
--- a/tests/test_stanza_xep_0444.py
+++ b/tests/test_stanza_xep_0444.py
@@ -23,7 +23,7 @@ class TestReactions(SlixTest):
def setUp(self):
register_stanza_plugin(Message, stanza.Reactions)
- register_stanza_plugin(stanza.Reactions, stanza.Reaction)
+ register_stanza_plugin(stanza.Reactions, stanza.Reaction, iterable=True)
def testCreateReactions(self):
"""Testing creating Reactions."""