amoghrajesh commented on code in PR #33057:
URL: https://github.com/apache/airflow/pull/33057#discussion_r1284054963


##########
tests/providers/cncf/kubernetes/operators/test_pod.py:
##########
@@ -327,7 +327,7 @@ def test_find_pod_labels(self):
         self.run_pod(k)
         _, kwargs = k.client.list_namespaced_pod.call_args
         assert kwargs["label_selector"] == (
-            "dag_id=dag,kubernetes_pod_operator=True,run_id=test,task_id=task,"
+            
"dag_id=dag,foo=bar,kubernetes_pod_operator=True,run_id=test,task_id=task,"

Review Comment:
   Test case 2 should only be searching by `foo=bar` which is one of the 
changes introduced in this PR.



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