mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-12 17:22:20 +03:00
black
This commit is contained in:
parent
87c2730ab0
commit
14ae2f44d3
|
@ -44,7 +44,9 @@ def test_should_query_field():
|
||||||
"""
|
"""
|
||||||
expected = {
|
expected = {
|
||||||
"reporter": {"lastName": "ABA"},
|
"reporter": {"lastName": "ABA"},
|
||||||
"__debug": {"sql": [{"rawSql": str(Reporter.objects.order_by("pk")[:1].query)}]},
|
"__debug": {
|
||||||
|
"sql": [{"rawSql": str(Reporter.objects.order_by("pk")[:1].query)}]
|
||||||
|
},
|
||||||
}
|
}
|
||||||
schema = graphene.Schema(query=Query)
|
schema = graphene.Schema(query=Query)
|
||||||
result = schema.execute(
|
result = schema.execute(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user