o-nikolas commented on code in PR #44710:
URL: https://github.com/apache/airflow/pull/44710#discussion_r1884619935
##########
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:
Yeah I agree with your second sentiment, it's a pretty unlikely scenario and
I think what they get here will be enough. If they did provide a team-name or
alias then it will show up in the message as well.
--
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]