We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f4ddc commit 7642644Copy full SHA for 7642644
graphene/types/tests/test_argument.py
@@ -59,5 +59,5 @@ def test_to_arguments_raises_if_inputfield():
59
60
with pytest.raises(ValueError) as exc_info:
61
to_arguments(args)
62
-
+
63
assert str(exc_info.value) == 'Expected arg_string to be Argument, but received InputField. Try using Argument(String).'
0 commit comments