The root route (url '/' => pattern '^') should now be correct.
All checks were successful
buildbot/tox Build done.
All checks were successful
buildbot/tox Build done.
This commit is contained in:
@@ -148,7 +148,7 @@ class ProgramTestCase(DjangoDeployTestCase):
|
||||
|
||||
# Similar code from test_api.test_mount_apps
|
||||
expected_urlpatterns = [
|
||||
('URLResolver', '^$', 'django_deploy.tests.fake_app1.urls'),
|
||||
('URLResolver', '^', 'django_deploy.tests.fake_app1.urls'),
|
||||
('URLResolver', '^app2/', 'django_deploy.tests.fake_app2.urls'),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user