Skip to content

Commit 66d1875

Browse files
committed
Fix missing path
1 parent b500ffb commit 66d1875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/rest_framework/tests/test_field_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def test_should_file_convert_string():
131131

132132

133133
def test_should_filepath_convert_string():
134-
assert_conversion(serializers.FilePathField, graphene.String)
134+
assert_conversion(serializers.FilePathField, graphene.String, path='/')
135135

136136

137137
def test_should_ip_convert_string():

0 commit comments

Comments
 (0)