mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-09-17 01:32:30 +03:00
Update tests/test_versioning.py
This commit is contained in:
parent
f7067fbb42
commit
0e41f35b41
|
@ -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<version>[v1|v2]+)/another/$', dummy_view, name='another'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user