From ad610c7dedaa0279550fba6e4267944d00fd834f Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 7 Mar 2022 21:31:13 +0100 Subject: Fix the XEP-0444 stanza test --- tests/test_stanza_xep_0444.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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.""" -- cgit v1.2.3