fllaca commented on a change in pull request #11511:
URL: https://github.com/apache/airflow/pull/11511#discussion_r504513822



##########
File path: chart/tests/pod-template-file_test.yaml
##########
@@ -22,14 +22,17 @@ tests:
     asserts:
       - isKind:
           of: Pod
-      - equal:
+      - isNotNull:
           path: spec.containers[0].image
-          value: dummy_image

Review comment:
       I couldn't find a way to assert that this value should be the default 
`defaultAirflowRepository` without hardcoding the test with 
`apache/airflow:1.10.12` (copying from values.yaml). If that hardcoded value in 
the assertion is fine, I can change the test back to `equal` assert.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to