From 0d92c537ca29ca4b06c3f6b3937de7414f5b2093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Sat, 2 Jan 2021 04:23:05 +0300 Subject: [PATCH] Ugly fix for test_should_query_filter_node_limit --- graphene_django/filter/tests/test_fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphene_django/filter/tests/test_fields.py b/graphene_django/filter/tests/test_fields.py index 5fbe127..6de8361 100644 --- a/graphene_django/filter/tests/test_fields.py +++ b/graphene_django/filter/tests/test_fields.py @@ -671,7 +671,7 @@ def test_should_query_filter_node_limit(): schema = Schema(query=Query) query = """ query NodeFilteringQuery { - allReporters(limit: 1) { + allReporters(limit: "1") { edges { node { id