Update testing.py

This commit is contained in:
Tonye Jack 2021-01-15 14:58:02 -05:00 committed by GitHub
parent 6329f1f0a3
commit daf34624d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
import json import json
import warnings import warnings
from django.test import Client, TestCase from django.test import Client, TestCase, TransactionTestCase
DEFAULT_GRAPHQL_URL = "/graphql/" DEFAULT_GRAPHQL_URL = "/graphql/"