mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-13 17:52:19 +03:00
Improve form mutation fields test
This commit is contained in:
parent
942bb6c7e0
commit
dafcc8514b
|
@ -30,7 +30,7 @@ def test_has_output_fields():
|
|||
class Meta:
|
||||
form_class = MyForm
|
||||
|
||||
assert "errors" in MyMutation._meta.fields
|
||||
assert "text" in MyMutation._meta.fields
|
||||
|
||||
|
||||
def test_has_input_fields():
|
||||
|
|
Loading…
Reference in New Issue
Block a user