hussein-awala commented on code in PR #38219:
URL: https://github.com/apache/airflow/pull/38219#discussion_r1527251417
##########
tests/cli/test_cli_parser.py:
##########
@@ -229,6 +229,7 @@ def test_positive_int(self):
with pytest.raises(argparse.ArgumentTypeError):
cli_config.positive_int(allow_zero=False)("0")
+ with pytest.raises(argparse.ArgumentTypeError):
Review Comment:
I see the importance of this rule
--
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]