mirror of https://github.com/django/django.git
Fixed running TransactionsPerRequestTests in isolation.
Caused by `contrib/auth/backends.py` changes in
cb7bbf97a7
.
This commit is contained in:
parent
b5393028bf
commit
3f62d20a9b
|
@ -93,7 +93,7 @@ class HandlerTests(SimpleTestCase):
|
|||
self.assertEqual(response.status_code, 400)
|
||||
|
||||
|
||||
@override_settings(ROOT_URLCONF='handlers.urls')
|
||||
@override_settings(ROOT_URLCONF='handlers.urls', MIDDLEWARE=[])
|
||||
class TransactionsPerRequestTests(TransactionTestCase):
|
||||
|
||||
available_apps = []
|
||||
|
|
Loading…
Reference in New Issue