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


##########
task-sdk-integration-tests/tests/task_sdk_tests/test_task_sdk_health.py:
##########
@@ -21,10 +21,8 @@
 
 def test_task_sdk_health(sdk_client, task_sdk_api_version):
     """Test Task SDK health check using session setup."""
-    client = sdk_client
-
     console.print("[yellow]Making health check request...")
-    response = client.get("health/ping", headers={"Airflow-API-Version": 
task_sdk_api_version})
+    response = sdk_client.get("health/ping")

Review Comment:
   This change will verify if the changes work, headers arent needed for ping



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