mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-11 08:42:32 +03:00
Run formatter
This commit is contained in:
parent
2b870a89e5
commit
c273f6c5e4
|
@ -45,7 +45,7 @@ DEFAULTS = {
|
||||||
# https://github.com/graphql/graphiql/tree/main/packages/graphiql#options
|
# https://github.com/graphql/graphiql/tree/main/packages/graphiql#options
|
||||||
"GRAPHIQL_HEADER_EDITOR_ENABLED": True,
|
"GRAPHIQL_HEADER_EDITOR_ENABLED": True,
|
||||||
"ATOMIC_MUTATIONS": False,
|
"ATOMIC_MUTATIONS": False,
|
||||||
"TESTING_ENDPOINT": "/graphql"
|
"TESTING_ENDPOINT": "/graphql",
|
||||||
}
|
}
|
||||||
|
|
||||||
if settings.DEBUG:
|
if settings.DEBUG:
|
||||||
|
|
|
@ -5,6 +5,7 @@ from ...tests.test_types import with_local_registry
|
||||||
from ...settings import graphene_settings
|
from ...settings import graphene_settings
|
||||||
from django.test import Client
|
from django.test import Client
|
||||||
|
|
||||||
|
|
||||||
@with_local_registry
|
@with_local_registry
|
||||||
def test_graphql_test_case_deprecated_client_getter():
|
def test_graphql_test_case_deprecated_client_getter():
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user