Skip to content

Commit 3cdbcc3

Browse files
committed
Docstring
1 parent 2406c31 commit 3cdbcc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/tests/test_generic_viewset.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ def test_default_rest_framework_behavior(self):
3030

3131
def test_ember_expected_renderer(self):
3232
"""
33-
33+
The :class:`UserEmber` ViewSet has the ``resource_name`` of 'data'
34+
so that should be the key in the JSON response.
3435
"""
3536
url = reverse('user-ember', kwargs={'pk': self.miles.pk})
3637

0 commit comments

Comments
 (0)