Skip to content

Commit dd7d5fc

Browse files
auvipyCopilot
andauthored
Update tests/test_filters.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f195dec commit dd7d5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ class SearchListView(generics.ListAPIView):
305305
]
306306

307307

308-
@pytest.mark.skipif(not postgres_fields, reason='psycopg2 is not installed')
308+
@pytest.mark.skipif(not postgres_fields, reason='PostgreSQL support (postgres_fields) is not available')
309309
class SearchPostgreSQLFilterTests(TestCase):
310310

311311
def test_unaccent_search(self):

0 commit comments

Comments
 (0)