summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'}