Update tests/test_filters.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Asif Saif Uddin 2025-04-27 07:58:02 +00:00 committed by GitHub
parent f195dec501
commit dd7d5fce1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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):