Skip to content

Commit 3d2a5c8

Browse files
committed
fix test storage types
1 parent e8cd5ba commit 3d2a5c8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/unit/test_storage_types.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ def reduce_chunk(
3535
session,
3636
server,
3737
source,
38-
bucket,
39-
object,
4038
offset,
4139
size,
4240
compressor,
@@ -92,9 +90,7 @@ def reduce_chunk(
9290
mock_reduce.assert_called_with(
9391
mock.ANY,
9492
S3_ACTIVE_STORAGE_URL,
95-
S3_URL,
96-
mock.ANY,
97-
mock.ANY,
93+
S3_URL + "/fake-bucket//fake-object",
9894
mock.ANY,
9995
mock.ANY,
10096
None,

0 commit comments

Comments
 (0)