mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Made @override_settings(ROOT_URLCONF=...) consistent.
This commit is contained in:
parent
10a162809f
commit
7fa8aea8dd
6 changed files with 8 additions and 9 deletions
|
@ -12,7 +12,7 @@ from django.test.client import RequestFactory
|
|||
from django.utils import six
|
||||
|
||||
|
||||
@override_settings(ROOT_URLCONF="wsgi.urls")
|
||||
@override_settings(ROOT_URLCONF='wsgi.urls')
|
||||
class WSGITest(TestCase):
|
||||
|
||||
def setUp(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue