mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-02 19:40:13 +03:00
another try :/
Signed-off-by: Sascha Pfeiffer <sascha.pfeiffer@psono.com>
This commit is contained in:
parent
263c064161
commit
f28708d674
|
@ -760,7 +760,7 @@ class TestUUIDField(FieldValues):
|
||||||
}
|
}
|
||||||
invalid_inputs = {
|
invalid_inputs = {
|
||||||
'825d7aeb-05a9-45b5-a5b7': ['Is not a valid UUID.'],
|
'825d7aeb-05a9-45b5-a5b7': ['Is not a valid UUID.'],
|
||||||
(1, 2, 3): ['"(1, 2, 3)" is not a valid UUID.']
|
(1, 2, 3): ['Is not a valid UUID.']
|
||||||
}
|
}
|
||||||
outputs = {
|
outputs = {
|
||||||
uuid.UUID('825d7aeb-05a9-45b5-a5b7-05df87923cda'): '825d7aeb-05a9-45b5-a5b7-05df87923cda'
|
uuid.UUID('825d7aeb-05a9-45b5-a5b7-05df87923cda'): '825d7aeb-05a9-45b5-a5b7-05df87923cda'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user