xchwan commented on code in PR #56929:
URL: https://github.com/apache/airflow/pull/56929#discussion_r2448321944


##########
providers/amazon/tests/unit/amazon/aws/assets/test_s3.py:
##########
@@ -38,7 +38,7 @@ def test_sanitize_uri():
 
 
 def test_sanitize_uri_no_netloc():
-    with pytest.raises(ValueError):
+    with pytest.raises(ValueError, match="URI format s3:// must contain"):

Review Comment:
   Sure, modify done.



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