potiuk commented on code in PR #29055:
URL: https://github.com/apache/airflow/pull/29055#discussion_r1277968030
##########
tests/providers/celery/executors/test_celery_kubernetes_executor.py:
##########
@@ -49,6 +49,9 @@ def test_serve_logs_default_value(self):
def test_is_single_threaded_default_value(self):
assert not CeleryKubernetesExecutor.is_single_threaded
+ def test_no_cli_commands_vended(self):
Review Comment:
Should it be here and in others with "assert" rather than "assert not" -
`test_cli_commands_vended` instead ?
--
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]