summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2021-04-19 19:53:33 +0200
committermathieui <mathieui@mathieui.net>2021-04-19 19:53:33 +0200
commit0d52344a31d67b9899b551cc1ef551def4b98eea (patch)
tree8a73a267e44469414e5966a521d7458553b1c41d /tests
parent7057773d1878d1b7c2780425d07889d6e5be4082 (diff)
parent768089d45719aecc6a18606b2e9b30d80074a3ac (diff)
downloadslixmpp-0d52344a31d67b9899b551cc1ef551def4b98eea.tar.gz
slixmpp-0d52344a31d67b9899b551cc1ef551def4b98eea.tar.bz2
slixmpp-0d52344a31d67b9899b551cc1ef551def4b98eea.tar.xz
slixmpp-0d52344a31d67b9899b551cc1ef551def4b98eea.zip
Merge branch 'fix-component-handshake' into 'master'
Fix component handshake Closes #3464 See merge request poezio/slixmpp!156
Diffstat (limited to 'tests')
-rw-r--r--tests/test_stanza_element.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_stanza_element.py b/tests/test_stanza_element.py
index 8ebc9b23..1172e885 100644
--- a/tests/test_stanza_element.py
+++ b/tests/test_stanza_element.py
@@ -456,6 +456,7 @@ class TestElementBase(SlixTest):
class TestSubStanza(ElementBase):
name = "sub"
+ plugin_attrib = name
namespace = "baz"
interfaces = {'attrib'}