Run formatter

This commit is contained in:
Syberen 2021-01-31 10:24:52 +01:00
parent 2b870a89e5
commit c273f6c5e4
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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():
"""