Eason09053360 commented on code in PR #72707:
URL: https://github.com/apache/airflow/pull/72707#discussion_r3970859636
##########
airflow-core/tests/unit/cli/commands/test_info_command.py:
##########
@@ -162,6 +162,15 @@ def test_show_info_anonymize(self, stdout_capture):
assert airflow_version in output
assert "postgresql+psycopg2://p...s:PASSWORD@postgres/airflow" in
output
+ @mock.patch.dict(os.environ, {"FORCE_COLOR": "1"})
Review Comment:
Applied!
Thanks
--
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]