ephraimbuddy commented on code in PR #35864: URL: https://github.com/apache/airflow/pull/35864#discussion_r1408056687
########## tests/providers/weaviate/hooks/test_weaviate.py: ########## @@ -16,12 +16,16 @@ # under the License. from __future__ import annotations +from unittest import mock from unittest.mock import MagicMock, Mock, patch import pytest +from airflow.models import Connection from airflow.providers.weaviate.hooks.weaviate import WeaviateHook +pytestmark = pytest.mark.db_test Review Comment: ```suggestion ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
