Commit 5068ecf6 by Xavier Ordoquy

Rename the `get_queryset` overriding test.

parent 6d95da7b
......@@ -176,7 +176,7 @@ class TestSlugRelatedField(APISimpleTestCase):
representation = self.field.to_representation(self.instance)
assert representation == self.instance.name
def test_no_queryset_init(self):
def test_overriding_get_queryset(self):
qs = self.queryset
class NoQuerySetSlugRelatedField(serializers.SlugRelatedField):
......
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