mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-15 06:32:06 +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
|
||||
"GRAPHIQL_HEADER_EDITOR_ENABLED": True,
|
||||
"ATOMIC_MUTATIONS": False,
|
||||
"TESTING_ENDPOINT": "/graphql"
|
||||
"TESTING_ENDPOINT": "/graphql",
|
||||
}
|
||||
|
||||
if settings.DEBUG:
|
||||
|
|
|
@ -5,6 +5,7 @@ from ...tests.test_types import with_local_registry
|
|||
from ...settings import graphene_settings
|
||||
from django.test import Client
|
||||
|
||||
|
||||
@with_local_registry
|
||||
def test_graphql_test_case_deprecated_client_getter():
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user