Fix missing path

This commit is contained in:
Patrick Arminio 2017-06-26 14:25:57 +01:00
parent b500ffb8b0
commit 66d1875eb7

View File

@ -131,7 +131,7 @@ def test_should_file_convert_string():
def test_should_filepath_convert_string():
assert_conversion(serializers.FilePathField, graphene.String)
assert_conversion(serializers.FilePathField, graphene.String, path='/')
def test_should_ip_convert_string():