ashb commented on code in PR #57494:
URL: https://github.com/apache/airflow/pull/57494#discussion_r2475203686


##########
task-sdk/tests/task_sdk/api/test_client.py:
##########
@@ -1300,7 +1300,7 @@ def handle_request(request: httpx.Request) -> 
httpx.Response:
             params=None,
             multiple=False,
         )
-        assert isinstance(result, HITLDetailRequestResult)
+        assert isinstance(result, HITLDetailRequest)

Review Comment:
   ? The result should be a request? Randy seems suspect (i have zero context 
here but it looks off)



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