mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 04:07:39 +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.
|
||||
"""
|
||||
urls = 'rest_framework.tests.filterset'
|
||||
urls = 'rest_framework.tests.filters'
|
||||
|
||||
def _get_url(self, item):
|
||||
return reverse('detail-view', kwargs=dict(pk=item.pk))
|
||||
|
|
Loading…
Reference in New Issue
Block a user