diff options
author | Lance Stout <lancestout@gmail.com> | 2010-10-27 08:09:50 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2010-11-17 01:49:51 -0500 |
commit | 69d430dd75f526984fd6ea6f9db294731698712c (patch) | |
tree | b3e6a1eec56cde1633486cc91cf92bc2362b587c /tests/test_stream_presence.py | |
parent | 673545c7e48d86b02f811ad239ed317e4bca0bbc (diff) | |
download | slixmpp-69d430dd75f526984fd6ea6f9db294731698712c.tar.gz slixmpp-69d430dd75f526984fd6ea6f9db294731698712c.tar.bz2 slixmpp-69d430dd75f526984fd6ea6f9db294731698712c.tar.xz slixmpp-69d430dd75f526984fd6ea6f9db294731698712c.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 8ca1c0e9..3e0933d7 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.recv(""" <presence from="user@localhost" |