mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-11 08:42:32 +03:00
Ugly fix for test_should_query_filter_node_limit
This commit is contained in:
parent
aaa15c84f5
commit
0d92c537ca
|
@ -671,7 +671,7 @@ def test_should_query_filter_node_limit():
|
||||||
schema = Schema(query=Query)
|
schema = Schema(query=Query)
|
||||||
query = """
|
query = """
|
||||||
query NodeFilteringQuery {
|
query NodeFilteringQuery {
|
||||||
allReporters(limit: 1) {
|
allReporters(limit: "1") {
|
||||||
edges {
|
edges {
|
||||||
node {
|
node {
|
||||||
id
|
id
|
||||||
|
|
Loading…
Reference in New Issue
Block a user