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 fda876f commit 7210e30Copy full SHA for 7210e30
graphene_django/tests/test_query.py
@@ -405,7 +405,7 @@ class Query(graphene.ObjectType):
405
pub_date=datetime.date.today(),
406
reporter=r,
407
editor=r,
408
- lang='en'
+ lang='es'
409
)
410
Article.objects.create(
411
headline='Article Node 3',
@@ -422,7 +422,7 @@ class Query(graphene.ObjectType):
422
edges {
423
node {
424
id
425
- articles(lang: "es", headline: "Article Node 2") {
+ articles(lang: "es", headline: "Article Node 1") {
426
427
428
0 commit comments