mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-23 01:57:08 +03:00
Fix missing path
This commit is contained in:
parent
b500ffb8b0
commit
66d1875eb7
|
@ -131,7 +131,7 @@ def test_should_file_convert_string():
|
||||||
|
|
||||||
|
|
||||||
def test_should_filepath_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():
|
def test_should_ip_convert_string():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user