Commit dea0b6ab by Oscar Vilaplana

removed TODO

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