From 584b8280c3a9e035b0d3d90997f1ce42125a2d8b Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Mon, 3 Mar 2025 00:01:11 +0000 Subject: add comment to test_output_compatible_with_s3_put_object() --- test/test_core.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/test_core.py b/test/test_core.py index 701a586..6d5c86d 100644 --- a/test/test_core.py +++ b/test/test_core.py @@ -99,5 +99,7 @@ def test_output_compatible_with_s3_put_object(): assert retrieved_content == result_bytes + # Shouldn't reach this point but catch and fail anyway + except Exception as e: pytest.fail(f"put_object did not like the output from process_s3: {e}") -- cgit v1.2.3