mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-18 04:02:35 +03:00
Update tests/test_validators.py
This commit is contained in:
parent
0123a2c489
commit
912b8840e0
|
@ -136,7 +136,7 @@ class TestUniquenessValidation(TestCase):
|
||||||
# assert serializer.errors == [
|
# assert serializer.errors == [
|
||||||
# {'username': ['uniqueness model with this username already exists.']},
|
# {'username': ['uniqueness model with this username already exists.']},
|
||||||
# {'username': ['uniqueness model with this username already exists.']},
|
# {'username': ['uniqueness model with this username already exists.']},
|
||||||
# ]
|
# ] #
|
||||||
|
|
||||||
|
|
||||||
# Tests for `UniqueTogetherValidator`
|
# Tests for `UniqueTogetherValidator`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user