mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-26 11:33:44 +03:00
Fix test
This commit is contained in:
parent
fda876fdc2
commit
7210e308ec
|
@ -405,7 +405,7 @@ def test_should_query_node_multiple_filtering():
|
||||||
pub_date=datetime.date.today(),
|
pub_date=datetime.date.today(),
|
||||||
reporter=r,
|
reporter=r,
|
||||||
editor=r,
|
editor=r,
|
||||||
lang='en'
|
lang='es'
|
||||||
)
|
)
|
||||||
Article.objects.create(
|
Article.objects.create(
|
||||||
headline='Article Node 3',
|
headline='Article Node 3',
|
||||||
|
@ -422,7 +422,7 @@ def test_should_query_node_multiple_filtering():
|
||||||
edges {
|
edges {
|
||||||
node {
|
node {
|
||||||
id
|
id
|
||||||
articles(lang: "es", headline: "Article Node 2") {
|
articles(lang: "es", headline: "Article Node 1") {
|
||||||
edges {
|
edges {
|
||||||
node {
|
node {
|
||||||
id
|
id
|
||||||
|
|
Loading…
Reference in New Issue
Block a user