diff --git a/tests/test_versioning.py b/tests/test_versioning.py index 71ac3d8bf..33ad459f1 100644 --- a/tests/test_versioning.py +++ b/tests/test_versioning.py @@ -149,7 +149,6 @@ class TestURLReversing(URLPatternsTestCase, APITestCase): ] urlpatterns = [ - path('v1/', include((included, 'v1'), namespace='v1')), path('another/', dummy_view, name='another'), re_path(r'^(?P[v1|v2]+)/another/$', dummy_view, name='another'),