Rename test to reference correct issue (#5610)

This commit is contained in:
Ryan P Kilby 2017-11-20 02:58:29 -05:00 committed by Carlton Gibson
parent 9f66e8badd
commit 2531998427

View File

@ -515,7 +515,7 @@ class TestSerializerValidationWithCompiledRegexField:
assert serializer.errors == {}
class Test2505Regression:
class Test2555Regression:
def test_serializer_context(self):
class NestedSerializer(serializers.Serializer):
def __init__(self, *args, **kwargs):