mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-30 01:49:50 +03:00
cleanup
This commit is contained in:
parent
ba38fc0729
commit
0a25bb9117
|
@ -191,7 +191,6 @@ class SearchFilterTests(TestCase):
|
|||
|
||||
payload = {'search': 'some funky string'}
|
||||
view = SearchListViewSet.as_view({'get': 'list'})
|
||||
# print(SearchListViewSet.__dict__)
|
||||
request = factory.get('/', payload)
|
||||
response = view(request)
|
||||
assert len(response.data) == 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user