Skip to content

Commit 00975be

Browse files
committed
Fix error message in test
1 parent 8341de6 commit 00975be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/execution/test_variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def errors_on_faulty_scalar_type_input():
288288
[
289289
{
290290
"message": "Argument 'input' has invalid value"
291-
' { c: "foo", e: "bar" }.',
291+
' {c: "foo", e: "bar"}.',
292292
"path": ["fieldWithObjectInput"],
293293
"locations": [(3, 51)],
294294
}

0 commit comments

Comments
 (0)