potiuk commented on code in PR #41466:
URL: https://github.com/apache/airflow/pull/41466#discussion_r1716628884
##########
docker_tests/test_prod_image.py:
##########
@@ -68,7 +68,7 @@ def test_airflow_command(self, default_docker_image):
def test_airflow_version(self, default_docker_image):
"""Checking 'airflow version' command. It should return zero exit
code."""
output = run_airflow_cmd_in_docker(["version"],
image=default_docker_image)
- assert "2." in output
+ assert "2." in output or "3." in output
Review Comment:
```suggestion
assert "3." in output
```
--
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]