jedcunningham commented on code in PR #39936:
URL: https://github.com/apache/airflow/pull/39936#discussion_r1631413379


##########
helm_tests/other/test_git_sync_scheduler.py:
##########
@@ -211,6 +211,45 @@ def test_validate_if_ssh_params_are_added(self):
             "secret": {"secretName": "ssh-secret", "defaultMode": 288},
         } in jmespath.search("spec.template.spec.volumes", docs[0])
 
+    def test_validate_if_ssh_params_are_added_with_git_ssh_key(self):
+        docs = render_chart(
+            values={
+                "dags": {
+                    "gitSync": {
+                        "enabled": True,
+                        "containerName": "git-sync-test",
+                        "gitSshKey": "dummy-ssh-key",
+                        "knownHosts": None,
+                        "branch": "test-branch",

Review Comment:
   It's still here.



-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to