ashb commented on code in PR #57494:
URL: https://github.com/apache/airflow/pull/57494#discussion_r2477266457
##########
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:
I mean it seems odd that a variable call `result` can ever be a `Request`
class.
--
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]