Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 8402c5d

Browse files
authored
Merge pull request #3762 from markhjelm/develop
Fix tests/unit/glacier/test_writer.py to make work with pypy.
2 parents 71d2f08 + 8481a43 commit 8402c5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/glacier/test_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def calculate_mock_vault_calls(data, part_size, chunk_size):
6767
data_part_tree_hash = bytes_to_hex(data_part_tree_hash_blob)
6868
data_part_linear_hash = sha256(data_part).hexdigest()
6969
upload_part_calls.append(
70-
call.layer1.upload_part(
70+
call(
7171
sentinel.vault_name, sentinel.upload_id,
7272
data_part_linear_hash, data_part_tree_hash,
7373
(start, end - 1), data_part))

0 commit comments

Comments
 (0)