From daf34624d02f5093bf6ea6aa8e1c780df888d959 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 15 Jan 2021 14:58:02 -0500 Subject: [PATCH] Update testing.py --- graphene_django/utils/testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphene_django/utils/testing.py b/graphene_django/utils/testing.py index 5320402..051f6fe 100644 --- a/graphene_django/utils/testing.py +++ b/graphene_django/utils/testing.py @@ -1,7 +1,7 @@ import json import warnings -from django.test import Client, TestCase +from django.test import Client, TestCase, TransactionTestCase DEFAULT_GRAPHQL_URL = "/graphql/"