mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 16:24:18 +03:00
Fix filter test renaming
This commit is contained in:
parent
ce1a04a603
commit
a303d0f38c
|
@ -222,7 +222,7 @@ class IntegrationTestDetailFiltering(CommonFilteringTestCase):
|
||||||
"""
|
"""
|
||||||
Integration tests for filtered detail views.
|
Integration tests for filtered detail views.
|
||||||
"""
|
"""
|
||||||
urls = 'rest_framework.tests.filterset'
|
urls = 'rest_framework.tests.filters'
|
||||||
|
|
||||||
def _get_url(self, item):
|
def _get_url(self, item):
|
||||||
return reverse('detail-view', kwargs=dict(pk=item.pk))
|
return reverse('detail-view', kwargs=dict(pk=item.pk))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user