danielhoherd commented on a change in pull request #20266:
URL: https://github.com/apache/airflow/pull/20266#discussion_r768138800
##########
File path: chart/tests/test_basic_helm_chart.py
##########
@@ -359,3 +359,8 @@ def test_invalid_dags_access_mode(self):
'accessMode must be one of the following: "ReadWriteOnce",
"ReadOnlyMany", "ReadWriteMany"'
in ex_ctx.exception.stderr.decode()
)
+
+ @parameterized.expand(["abc", "123", "123abc"])
Review comment:
Related to https://github.com/astronomer/issues/issues/3813
```suggestion
@parameterized.expand(["abc", "123", "123abc", "123-abc"])
```
--
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]