aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/generics.py
diff options
context:
space:
mode:
Diffstat (limited to 'rest_framework/tests/generics.py')
-rw-r--r--rest_framework/tests/generics.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rest_framework/tests/generics.py b/rest_framework/tests/generics.py
index b7292c81..8285e2d1 100644
--- a/rest_framework/tests/generics.py
+++ b/rest_framework/tests/generics.py
@@ -124,7 +124,6 @@ class TestRootView(TestCase):
'description': 'Example description for OPTIONS.',
'actions': {}
}
- # TODO: this is just a draft for fields' metadata - needs review and decision
expected['actions']['GET'] = {}
expected['actions']['POST'] = {
'text': {