mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-25 19:14:11 +03:00
Add test for file field
This commit is contained in:
parent
a7c3337903
commit
772e2d114a
|
@ -124,3 +124,7 @@ def test_should_dict_convert_dict():
|
|||
|
||||
def test_should_duration_convert_string():
|
||||
assert_conversion(serializers.DurationField, graphene.String)
|
||||
|
||||
|
||||
def test_should_file_convert_string():
|
||||
assert_conversion(serializers.FileField, graphene.String)
|
||||
|
|
Loading…
Reference in New Issue
Block a user