summaryrefslogtreecommitdiff
path: root/tests/twisted/cm/protocol.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/cm/protocol.py')
-rw-r--r--tests/twisted/cm/protocol.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/cm/protocol.py b/tests/twisted/cm/protocol.py
index 8fa3ece..f972dba 100644
--- a/tests/twisted/cm/protocol.py
+++ b/tests/twisted/cm/protocol.py
@@ -31,7 +31,7 @@ def test(q, bus, conn, server):
proto_props = unwrap(proto_prop_iface.GetAll(cs.PROTOCOL))
for key in ['Parameters', 'Interfaces', 'ConnectionInterfaces',
- 'RequestableChannelClasses', u'VCardField', u'EnglishName', u'Icon']:
+ 'RequestableChannelClasses', 'VCardField', 'EnglishName', 'Icon']:
a = local_props[cs.PROTOCOL + '.' + key]
b = proto_props[key]
assertEquals(a, b)