ferruzzi commented on code in PR #57463:
URL: https://github.com/apache/airflow/pull/57463#discussion_r2471640635


##########
airflow-core/tests/unit/jobs/test_triggerer_job.py:
##########
@@ -180,7 +180,7 @@ def test_capacity_decode():
     ]
     for input_str in variants:
         job = Job()
-        with pytest.raises(ValueError):
+        with pytest.raises(ValueError, match="Capacity number .+ is invalid"):

Review Comment:
   Does this one need an r-string because of the period?



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