diff options
author | Lance Stout <lancestout@gmail.com> | 2010-10-27 08:09:50 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2010-10-27 08:09:50 -0400 |
commit | c6ed4b8a1d26e25c221d88052f23963ceeeb21ab (patch) | |
tree | 3c141088d076868022980b4c69a608a280146092 /tests/test_stream_presence.py | |
parent | 65aa6573df3a8f298e7df96473014c19216971ef (diff) | |
download | slixmpp-c6ed4b8a1d26e25c221d88052f23963ceeeb21ab.tar.gz slixmpp-c6ed4b8a1d26e25c221d88052f23963ceeeb21ab.tar.bz2 slixmpp-c6ed4b8a1d26e25c221d88052f23963ceeeb21ab.tar.xz slixmpp-c6ed4b8a1d26e25c221d88052f23963ceeeb21ab.zip |
Cleaned up names.
Diffstat (limited to 'tests/test_stream_presence.py')
-rw-r--r-- | tests/test_stream_presence.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_stream_presence.py b/tests/test_stream_presence.py index c873799a..b259495e 100644 --- a/tests/test_stream_presence.py +++ b/tests/test_stream_presence.py @@ -183,7 +183,7 @@ class TestStreamPresence(SleekTest): presence_subscribe) # With this setting we should reject all subscriptions. - self.xmpp.rosters['tester@localhost'].auto_authorize = False + self.xmpp.roster['tester@localhost'].auto_authorize = False self.stream_recv(""" <presence from="user@localhost" |