mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-01-27 17:54:11 +03:00
Add test for FilePathField
This commit is contained in:
parent
772e2d114a
commit
47c5dfcab7
|
@ -128,3 +128,7 @@ def test_should_duration_convert_string():
|
|||
|
||||
def test_should_file_convert_string():
|
||||
assert_conversion(serializers.FileField, graphene.String)
|
||||
|
||||
|
||||
def test_should_filepath_convert_string():
|
||||
assert_conversion(serializers.FilePathField, graphene.String)
|
||||
|
|
Loading…
Reference in New Issue
Block a user