Added help_text to expected response in test

This commit is contained in:
Emanuele Pucciarelli 2014-04-29 22:16:11 +02:00
parent fc44cd8d6a
commit 295a4ab62d

View File

@ -471,7 +471,8 @@ class TestFKInstanceView(TestCase):
'type': 'field',
'required': True,
'read_only': False,
'label': 'Target'
'label': 'Target',
'help_text': 'Target'
}
}
}