summaryrefslogtreecommitdiff
path: root/tests/test_stream_roster.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_stream_roster.py')
-rw-r--r--tests/test_stream_roster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_stream_roster.py b/tests/test_stream_roster.py
index 3bd71fc6..69e5ca13 100644
--- a/tests/test_stream_roster.py
+++ b/tests/test_stream_roster.py
@@ -132,7 +132,7 @@ class TestStreamRoster(SleekTest):
# Since get_roster blocks, we need to run it in a thread.
t = threading.Thread(name='get_roster',
target=self.xmpp.get_roster,
- kwargs={'callback': roster_callback})
+ kwargs={str('callback'): roster_callback})
t.start()
self.send("""