diff --git a/lib/dl_connector_postgresql/dl_connector_postgresql_tests/db/core/test_connection_executor.py b/lib/dl_connector_postgresql/dl_connector_postgresql_tests/db/core/test_connection_executor.py index 667300e97..0532a2776 100644 --- a/lib/dl_connector_postgresql/dl_connector_postgresql_tests/db/core/test_connection_executor.py +++ b/lib/dl_connector_postgresql/dl_connector_postgresql_tests/db/core/test_connection_executor.py @@ -90,12 +90,12 @@ def get_schemas_for_type_recognition(self) -> dict[str, Sequence[DefaultSyncConn ], } + @pytest.mark.usefixtures("enabled_citext_extension") def test_type_recognition( self, request, db: Db, sync_connection_executor: SyncConnExecutorBase, - enabled_citext_extension, ) -> None: super().test_type_recognition(request, db, sync_connection_executor)