diff options
Diffstat (limited to 'tests/test_stanza_iq.py')
-rw-r--r-- | tests/test_stanza_iq.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_stanza_iq.py b/tests/test_stanza_iq.py index f6921df8..0b248da6 100644 --- a/tests/test_stanza_iq.py +++ b/tests/test_stanza_iq.py @@ -82,7 +82,7 @@ class TestIqStanzas(SlixTest): iq = self.Iq() iq['to'] = 'user@localhost' iq['type'] = 'get' - iq.reply() + iq = iq.reply() self.check(iq, """ <iq id="0" type="result" /> |