Stray unicode string marker removed

This commit is contained in:
Emanuele Pucciarelli 2014-03-30 12:06:03 +02:00
parent d8bf878792
commit 8904f179d1

View File

@ -458,7 +458,7 @@ class TestFKInstanceView(TestCase):
'type': 'integer',
'required': False,
'read_only': True,
'label': u'ID'
'label': 'ID'
},
'name': {
'type': 'string',