diff --git a/graphene_django/utils/tests/test_testing.py b/graphene_django/utils/tests/test_testing.py index a03c8a7..97d088c 100644 --- a/graphene_django/utils/tests/test_testing.py +++ b/graphene_django/utils/tests/test_testing.py @@ -51,7 +51,3 @@ def test_graphql_test_case_imports_endpoint(): """ assert GraphQLTestCase.GRAPHQL_URL == graphene_settings.TESTING_ENDPOINT - - - -