o-nikolas commented on code in PR #47321:
URL: https://github.com/apache/airflow/pull/47321#discussion_r1982192201
##########
providers/amazon/tests/unit/amazon/aws/operators/test_s3.py:
##########
@@ -870,8 +868,7 @@ def test_validate_keys_and_prefix_in_execute(self, keys,
prefix, from_datetime,
assert objects_in_dest_bucket["Contents"][0]["Key"] == key_of_test
@pytest.mark.parametrize("keys", ("path/data.txt", ["path/data.txt"]))
Review Comment:
Not sure I want to set the precedent of updating any of the tests here other
than in scope for making them pass after the Base class changes? Otherwise this
would be a very big PR :grimacing:
--
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]