mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
Rename test to reference correct issue (#5610)
This commit is contained in:
parent
9f66e8badd
commit
2531998427
|
@ -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