mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-03 20:10:10 +03:00
Rename test to reference correct issue
This commit is contained in:
parent
9f66e8badd
commit
49afb8b436
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user