mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-06-07 15:13:15 +03:00
Update tests/test_filters.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
f195dec501
commit
dd7d5fce1c
|
@ -305,7 +305,7 @@ class SearchFilterTests(TestCase):
|
|||
]
|
||||
|
||||
|
||||
@pytest.mark.skipif(not postgres_fields, reason='psycopg2 is not installed')
|
||||
@pytest.mark.skipif(not postgres_fields, reason='PostgreSQL support (postgres_fields) is not available')
|
||||
class SearchPostgreSQLFilterTests(TestCase):
|
||||
|
||||
def test_unaccent_search(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user