mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-23 18:42:06 +03:00
Remove unused fixture
This commit is contained in:
parent
c5dd913f53
commit
a7559031dc
|
@ -71,7 +71,7 @@ def test_nested_model():
|
|||
assert 'cool_name' in model_input_type._meta.fields
|
||||
|
||||
|
||||
def test_custom_serializer(capfd):
|
||||
def test_custom_serializer():
|
||||
|
||||
class MyBasicSerializer(serializers.Serializer):
|
||||
whatever = serializers.CharField(required=False)
|
||||
|
|
Loading…
Reference in New Issue
Block a user