summaryrefslogtreecommitdiff
path: root/tests/twisted/channels/room-list-channel.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/channels/room-list-channel.py')
-rw-r--r--tests/twisted/channels/room-list-channel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/channels/room-list-channel.py b/tests/twisted/channels/room-list-channel.py
index a62d59f..43ed783 100644
--- a/tests/twisted/channels/room-list-channel.py
+++ b/tests/twisted/channels/room-list-channel.py
@@ -42,7 +42,7 @@ def test(q, bus, conn, stream):
EventPattern('dbus-signal', signal='StatusChanged', args=[1, 1]),
EventPattern('irc-connected'))
q.expect('dbus-signal', signal='SelfHandleChanged',
- args=[1L])
+ args=[1])
call_async(q, conn, 'CreateChannel',
{ cs.CHANNEL_TYPE: cs.CHANNEL_TYPE_ROOM_LIST },