Commit a303d0f3 by Tom Christie

Fix filter test renaming

parent ce1a04a6
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment