ephraimbuddy commented on code in PR #23720:
URL: https://github.com/apache/airflow/pull/23720#discussion_r968831618


##########
tests/executors/test_kubernetes_executor.py:
##########
@@ -138,7 +138,7 @@ def test_delete_pod_successfully(self, mock_watcher, 
mock_client, mock_kube_clie
         mock_kube_client.return_value.delete_namespaced_pod = 
mock_delete_namespace
 
         kube_executor = KubernetesExecutor()
-        kube_executor.job_id = "test-job-id"
+        kube_executor.job_id = 1

Review Comment:
   What's the reason for changing this to 1?



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