mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-12 09:12:18 +03:00
python 2.7
This commit is contained in:
parent
091772da73
commit
8fb5d7637b
|
@ -76,7 +76,7 @@ def test_graphql_query_case_op_name(post_mock):
|
|||
@pytest.fixture
|
||||
def client_query(client):
|
||||
def func(*args, **kwargs):
|
||||
return graphql_query(*args, **kwargs, client=client)
|
||||
return graphql_query(*args, client=client, **kwargs)
|
||||
|
||||
return func
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user