potiuk commented on code in PR #34964:
URL: https://github.com/apache/airflow/pull/34964#discussion_r1369325665
##########
tests/providers/docker/hooks/test_docker.py:
##########
@@ -36,7 +36,7 @@
TEST_CONN = {"host": "some.docker.registry.com", "login": "some_user",
"password": "some_p4$$w0rd"}
MOCK_CONNECTION_NOT_EXIST_MSG = "Testing connection not exists"
MOCK_CONNECTION_NOT_EXISTS_EX =
AirflowNotFoundException(MOCK_CONNECTION_NOT_EXIST_MSG)
-HOOK_LOGGER_NAME = "airflow.providers.docker.hooks.docker.DockerHook"
+HOOK_LOGGER_NAME =
"airflow.task.hooks.airflow.providers.docker.hooks.docker.DockerHook"
Review Comment:
No need-> "full tests" is only when you run the whole
matrix/python/databases.
Any change in "core" (so anything providers can depend on) is triggering
all provider tests anyway.
--
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]