dstandish commented on code in PR #27116:
URL: https://github.com/apache/airflow/pull/27116#discussion_r999998911


##########
tests/providers/cncf/kubernetes/operators/test_kubernetes_pod.py:
##########
@@ -169,7 +172,7 @@ def test_security_context(self):
             in_cluster=False,
             do_xcom_push=False,
         )
-        pod = self.run_pod(k)
+        pod = k.build_pod_request_obj(create_context(k))

Review Comment:
   when we're just building the pod object we don't need the full "run" method



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