You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/19 06:25:17 UTC

[GitHub] [airflow] csp98 commented on a diff in pull request #25059: Add revisionHistoryLimit to all deployments

csp98 commented on code in PR #25059:
URL: https://github.com/apache/airflow/pull/25059#discussion_r924105448


##########
tests/charts/test_statsd.py:
##########
@@ -51,6 +52,17 @@ def test_should_add_volume_and_volume_mount_when_exist_extra_mappings(self):
             "subPath": "mappings.yml",
         } in jmespath.search("spec.template.spec.containers[0].volumeMounts", docs[0])
 
+    @parameterized.expand([(8,), (None,)])

Review Comment:
   My fault! Fixed



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org