Ugly fix for test_should_query_filter_node_limit

This commit is contained in:
Ülgen Sarıkavak 2021-01-02 04:23:05 +03:00
parent aaa15c84f5
commit 0d92c537ca

View File

@ -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