diff options
Diffstat (limited to 'tests/test_fields.py')
| -rw-r--r-- | tests/test_fields.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/tests/test_fields.py b/tests/test_fields.py index 5db381ac..13525632 100644 --- a/tests/test_fields.py +++ b/tests/test_fields.py @@ -793,7 +793,8 @@ class TestChoiceField(FieldValues):          'amazing': ['`amazing` is not a valid choice.']      }      outputs = { -        'good': 'good' +        'good': 'good', +        '': ''      }      field = serializers.ChoiceField(          choices=[ | 
