From c273f6c5e41de6c3c65d96442d066fe2dcb6ae01 Mon Sep 17 00:00:00 2001 From: Syberen Date: Sun, 31 Jan 2021 10:24:52 +0100 Subject: [PATCH] Run formatter --- graphene_django/settings.py | 2 +- graphene_django/utils/tests/test_testing.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/graphene_django/settings.py b/graphene_django/settings.py index fbdc61f..a0a7b3d 100644 --- a/graphene_django/settings.py +++ b/graphene_django/settings.py @@ -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: diff --git a/graphene_django/utils/tests/test_testing.py b/graphene_django/utils/tests/test_testing.py index 97d088c..de56158 100644 --- a/graphene_django/utils/tests/test_testing.py +++ b/graphene_django/utils/tests/test_testing.py @@ -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(): """