vincbeck commented on code in PR #41796:
URL: https://github.com/apache/airflow/pull/41796#discussion_r1734645240
##########
tests/providers/amazon/aws/hooks/test_s3.py:
##########
@@ -85,22 +85,42 @@ def test_parse_s3_url(self):
parsed = S3Hook.parse_s3_url("s3://test/this/is/not/a-real-key.txt")
assert parsed == ("test", "this/is/not/a-real-key.txt"), "Incorrect
parsing of the s3 url"
+ def test_parse_s3_url_with_space_and_octothorpe(self):
Review Comment:
nit: all these tests could be merged into one using
`@pytest.mark.parametrize`
--
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]