We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cda020 commit 89988e5Copy full SHA for 89988e5
tests/test_unit_tests.py
@@ -506,7 +506,7 @@ def test_streams_sign_with_es256_alg_v1_manifest(self):
506
507
output.close()
508
509
- def test_streams_sign_with_es256_alg_v1_manifest_to_file(self):
+ def test_streams_sign_with_es256_alg_v1_manifest_to_existing_empty_file(self):
510
test_file_name = os.path.join(self.data_dir, "temp_data", "temp_signing.jpg")
511
# Ensure tmp directory exists
512
os.makedirs(os.path.dirname(test_file_name), exist_ok=True)
0 commit comments