Skip to content

Commit 0d92c53

Browse files
committed
Ugly fix for test_should_query_filter_node_limit
1 parent aaa15c8 commit 0d92c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/filter/tests/test_fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ def resolve_all_reporters(self, info, **args):
671671
schema = Schema(query=Query)
672672
query = """
673673
query NodeFilteringQuery {
674-
allReporters(limit: 1) {
674+
allReporters(limit: "1") {
675675
edges {
676676
node {
677677
id

0 commit comments

Comments
 (0)