kaxil commented on code in PR #71465:
URL: https://github.com/apache/airflow/pull/71465#discussion_r3765828045


##########
providers/anthropic/tests/unit/anthropic/hooks/test_anthropic.py:
##########
@@ -266,6 +268,42 @@ def test_rejects_bad_amounts(self, amount, match):
             build_budget(amount)
 
 
+def _bad_request(message="cannot be archived while its status is running"):

Review Comment:
   Applied verbatim, plus both call sites. `BadRequestError` was already 
imported at module level, so no import change was needed.



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