diff options
| author | Alex Schofield <git@ajschof.me> | 2025-03-03 00:01:11 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-03-03 00:01:11 +0000 |
| commit | 584b8280c3a9e035b0d3d90997f1ce42125a2d8b (patch) | |
| tree | 3705427b7ad3b03cf1fff113553ddeb3f880bee3 /test | |
| parent | b9f5d73a95062834318fb13693643bf1f3994a2e (diff) | |
| download | gdpr-obfuscator-584b8280c3a9e035b0d3d90997f1ce42125a2d8b.tar.gz gdpr-obfuscator-584b8280c3a9e035b0d3d90997f1ce42125a2d8b.zip | |
add comment to test_output_compatible_with_s3_put_object()
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_core.py | 2 |
1 files changed, 2 insertions, 0 deletions
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}") |
