Rename test to reference correct issue

This commit is contained in:
Ryan P Kilby 2017-11-19 20:11:21 -05:00
parent 9f66e8badd
commit 49afb8b436

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):