fredthomsen commented on a change in pull request #18542:
URL: https://github.com/apache/airflow/pull/18542#discussion_r757209843



##########
File path: chart/tests/test_ingress_web.py
##########
@@ -86,7 +112,7 @@ def test_should_ingress_host_still_work(self):
         assert (
             ["old-host"]
             == jmespath.search("spec.rules[*].host", docs[0])
-            == jmespath.search("spec.tls[0].hosts", docs[0])
+            == 
list(itertools.chain.from_iterable(jmespath.search("spec.tls[*].hosts", 
docs[0])))

Review comment:
       I can't remember what I was thinking, but yes you are right, this change 
is not needed.




-- 
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]


Reply via email to