diff options
Diffstat (limited to 'tests/test_stream_roster.py')
-rw-r--r-- | tests/test_stream_roster.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_stream_roster.py b/tests/test_stream_roster.py index 7f18c312..3bd71fc6 100644 --- a/tests/test_stream_roster.py +++ b/tests/test_stream_roster.py @@ -182,7 +182,7 @@ class TestStreamRoster(SleekTest): subscription='both', groups=['Unicode']) - jids = self.xmpp.client_roster.keys() + jids = list(self.xmpp.client_roster.keys()) self.failUnless(jids == ['andré@foo'], "Too many roster entries found: %s" % jids) |