We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2406c31 commit 3cdbcc3Copy full SHA for 3cdbcc3
example/tests/test_generic_viewset.py
@@ -30,7 +30,8 @@ def test_default_rest_framework_behavior(self):
30
31
def test_ember_expected_renderer(self):
32
"""
33
-
+ The :class:`UserEmber` ViewSet has the ``resource_name`` of 'data'
34
+ so that should be the key in the JSON response.
35
36
url = reverse('user-ember', kwargs={'pk': self.miles.pk})
37
0 commit comments