Skip to content

Commit e52927c

Browse files
committed
[ci skip]
1 parent 6a8d599 commit e52927c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_qiniu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def test_batch_move(self):
186186
def test_batch_rename(self):
187187
key = 'rename'+rand_string(8)
188188
self.bucket.copy(bucket_name, 'copyfrom', bucket_name, key)
189-
key2 = key2 = key + 'rename'
189+
key2 = key + 'rename'
190190
ops = build_batch_move(bucket_name, {key: key2}, bucket_name)
191191
ret, info = self.bucket.batch(ops)
192192
print(info)

0 commit comments

Comments
 (0)