mirror of
https://github.com/graphql-python/graphene.git
synced 2025-09-21 11:22:33 +03:00
Update test_node to have errors on test_node_query_incorrect_id
This commit is contained in:
parent
1afcdb03e0
commit
4f1144c543
|
@ -90,7 +90,7 @@ def test_node_query_incorrect_id():
|
|||
executed = schema.execute(
|
||||
'{ node(id:"%s") { ... on MyNode { name } } }' % "something:2"
|
||||
)
|
||||
assert not executed.errors
|
||||
assert executed.errors
|
||||
assert executed.data == {"node": None}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user