We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8cd5ba commit 3d2a5c8Copy full SHA for 3d2a5c8
tests/unit/test_storage_types.py
@@ -35,8 +35,6 @@ def reduce_chunk(
35
session,
36
server,
37
source,
38
- bucket,
39
- object,
40
offset,
41
size,
42
compressor,
@@ -92,9 +90,7 @@ def reduce_chunk(
92
90
mock_reduce.assert_called_with(
93
91
mock.ANY,
94
S3_ACTIVE_STORAGE_URL,
95
- S3_URL,
96
- mock.ANY,
97
+ S3_URL + "/fake-bucket//fake-object",
98
99
100
None,
0 commit comments