mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-06 21:40:13 +03:00
chopped unneeded is True
This commit is contained in:
parent
0365602563
commit
0a159dc801
|
@ -20,7 +20,7 @@ class WriteOnlyFieldTests(TestCase):
|
|||
'password': '123'
|
||||
}
|
||||
serializer = self.Serializer(data=data)
|
||||
assert serializer.is_valid() is True
|
||||
assert serializer.is_valid()
|
||||
assert serializer.validated_data == data
|
||||
|
||||
def write_only_fields_are_not_present_on_output(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user