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 5f0586e commit cf15105Copy full SHA for cf15105
tests/functional/s3/test_cp_command.py
@@ -538,7 +538,6 @@ def test_no_overwrite_flag_on_copy_when_large_object_does_not_exist_on_target(
538
# Verify the IfNoneMatch condition was set in the CompleteMultipartUpload request
539
self.assertEqual(self.operations_called[5][1]['IfNoneMatch'], '*')
540
541
-
542
def test_no_overwrite_flag_on_download_when_small_object_already_exists_at_target(
543
self,
544
):
0 commit comments