Skip to content

Commit f806fef

Browse files
committed
Fixed tests
1 parent 2a889d2 commit f806fef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphene_django/tests/urls_pretty.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from django.conf.urls import url
22

3-
from graphql_django_view import GraphQLView
4-
3+
from ..views import GraphQLView
54
from .schema_view import schema
65

76
urlpatterns = [

graphene_django/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ class GraphQLView(View):
5555
graphiql_version = '0.7.8'
5656
graphiql_template = 'graphene/graphiql.html'
5757

58+
schema = None
5859
graphiql = False
5960
executor = None
6061
middleware = None

0 commit comments

Comments
 (0)