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 606575a commit 59f4ddcCopy full SHA for 59f4ddc
graphene/types/tests/test_argument.py
@@ -48,7 +48,7 @@ def test_to_arguments_raises_if_field():
48
49
with pytest.raises(ValueError) as exc_info:
50
to_arguments(args)
51
-
+
52
assert str(exc_info.value) == 'Expected arg_string to be Argument, but received Field. Try using Argument(String).'
53
54
0 commit comments