From f4ecf0bac4089771a20ea6117f0a505c0b0b6e37 Mon Sep 17 00:00:00 2001 From: fritzy Date: Sun, 22 Aug 2010 06:08:48 +0000 Subject: fixed a but in stanza_pubsub --- tests/test_pubsubstanzas.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test_pubsubstanzas.py b/tests/test_pubsubstanzas.py index cddfd12b..38fc29e5 100644 --- a/tests/test_pubsubstanzas.py +++ b/tests/test_pubsubstanzas.py @@ -69,7 +69,7 @@ class TestPubsubStanzas(SleekTest): def testItems(self): "Testing iq/pubsub/items stanzas" iq = self.Iq() - iq['pubsub']['items'] + iq['pubsub']['items']['node'] = 'crap' payload = ET.fromstring(""" @@ -91,7 +91,7 @@ class TestPubsubStanzas(SleekTest): self.checkIq(iq, """ - + -- cgit v1.2.3