Skip to content

Commit 0e2c736

Browse files
committed
Add test for image field
1 parent 66d1875 commit 0e2c736

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

graphene_django/rest_framework/tests/test_field_converter.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,7 @@ def test_should_filepath_convert_string():
136136

137137
def test_should_ip_convert_string():
138138
assert_conversion(serializers.IPAddressField, graphene.String)
139+
140+
141+
def test_should_image_convert_string():
142+
assert_conversion(serializers.ImageField, graphene.String)

0 commit comments

Comments
 (0)