mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-01-27 01:34:09 +03:00
Add test for image field
This commit is contained in:
parent
66d1875eb7
commit
0e2c736c74
|
@ -136,3 +136,7 @@ def test_should_filepath_convert_string():
|
|||
|
||||
def test_should_ip_convert_string():
|
||||
assert_conversion(serializers.IPAddressField, graphene.String)
|
||||
|
||||
|
||||
def test_should_image_convert_string():
|
||||
assert_conversion(serializers.ImageField, graphene.String)
|
||||
|
|
Loading…
Reference in New Issue
Block a user