potiuk commented on code in PR #34964:
URL: https://github.com/apache/airflow/pull/34964#discussion_r1369327438


##########
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:
   BTW. It's nicely explained in selective checks output (selective checks tell 
exactly what decisions are made along the way): 
   
   https://github.com/apache/airflow/pull/34964/checks#step:11:69
   
   <img width="759" alt="Screenshot 2023-10-24 at 00 31 04" 
src="https://github.com/apache/airflow/assets/595491/e2974c6d-2b76-4320-9218-d9eb7f2dc5e4";>
   



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to