Commit 295a4ab6 by Emanuele Pucciarelli

Added help_text to expected response in test

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