mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-26 11:33:59 +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 == {}
|
assert serializer.errors == {}
|
||||||
|
|
||||||
|
|
||||||
class Test2505Regression:
|
class Test2555Regression:
|
||||||
def test_serializer_context(self):
|
def test_serializer_context(self):
|
||||||
class NestedSerializer(serializers.Serializer):
|
class NestedSerializer(serializers.Serializer):
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user