potiuk commented on a change in pull request #22041:
URL: https://github.com/apache/airflow/pull/22041#discussion_r821564793
##########
File path: chart/tests/test_scheduler.py
##########
@@ -235,6 +236,9 @@ def test_livenessprobe_values_are_configurable(self):
"spec.template.spec.containers[0].livenessProbe.failureThreshold",
docs[0]
)
assert 444 ==
jmespath.search("spec.template.spec.containers[0].livenessProbe.periodSeconds",
docs[0])
+ assert ["sh", "-c", "echo", "wow such test"] == jmespath.search(
Review comment:
:smile:
--
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]