Kaydet (Commit) 3f62d20a authored tarafından Jon Dufresne's avatar Jon Dufresne Kaydeden (comit) Tim Graham

Fixed running TransactionsPerRequestTests in isolation.

Caused by `contrib/auth/backends.py` changes in
cb7bbf97.
üst b5393028
......@@ -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 = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment