Commit 8904f179 by Emanuele Pucciarelli

Stray unicode string marker removed

parent d8bf8787
...@@ -458,7 +458,7 @@ class TestFKInstanceView(TestCase): ...@@ -458,7 +458,7 @@ class TestFKInstanceView(TestCase):
'type': 'integer', 'type': 'integer',
'required': False, 'required': False,
'read_only': True, 'read_only': True,
'label': u'ID' 'label': 'ID'
}, },
'name': { 'name': {
'type': 'string', 'type': 'string',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment