Commit 295a4ab6 by Emanuele Pucciarelli

Added help_text to expected response in test

parent fc44cd8d
...@@ -471,7 +471,8 @@ class TestFKInstanceView(TestCase): ...@@ -471,7 +471,8 @@ class TestFKInstanceView(TestCase):
'type': 'field', 'type': 'field',
'required': True, 'required': True,
'read_only': False, 'read_only': False,
'label': 'Target' 'label': 'Target',
'help_text': 'Target'
} }
} }
} }
......
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