Commit dea0b6ab by Oscar Vilaplana

removed TODO

parent 259153b3
......@@ -127,18 +127,12 @@ class TestRootView(TestCase):
expected['actions']['GET'] = {}
expected['actions']['POST'] = {
'text': {
# TODO add help_text and label when they are available
#'help_text': '',
#'label': None,
'max_length': 100,
'read_only': False,
'required': True,
'type': 'String',
},
'id': {
# TODO add help_text and label when they are available
#'help_text': '',
#'label': None,
'read_only': True,
'required': False,
'type': 'Integer',
......
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