ashb commented on code in PR #44710:
URL: https://github.com/apache/airflow/pull/44710#discussion_r1874412173


##########
tests/cli/test_cli_parser.py:
##########
@@ -237,7 +237,7 @@ def test_hybrid_executor_get_cli_commands_with_error(
         assert celery_executor_command.name in commands
         assert ecs_executor_command.name not in commands
         assert (
-            "Failed to load CLI commands from executor: 
airflow.providers.amazon.aws.executors.ecs.ecs_executor.AwsEcsExecutor"
+            "Failed to load CLI commands from executor: 
::airflow.providers.amazon.aws.executors.ecs.ecs_executor.AwsEcsExecutor"

Review Comment:
   Is it worth special casing the error message when team id is not 
present/used?
   
   It's not likely users will hit this, so maybe it doesn't matter 



-- 
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]

Reply via email to