Skip to content

Commit fd88e3b

Browse files
author
libertyzhu
committed
test
1 parent 3cacdd5 commit fd88e3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ut/test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6222,15 +6222,15 @@ def test_cos_client_retry():
62226222

62236223
# response 403, without cos requestid
62246224
client2 = CosS3Client(conf2)
6225-
do_retry_test(client2, test_bucket, '403', 1, True)
6225+
do_retry_test(client2, test_bucket, '403', 0, True)
62266226

62276227
# response 403, with cos requestid
62286228
client2 = CosS3Client(conf2)
62296229
do_retry_test(client2, test_bucket, '403r', 0, True)
62306230

62316231
# response 404, without cos requestid
62326232
client2 = CosS3Client(conf2)
6233-
do_retry_test(client2, test_bucket, '404', 1, True)
6233+
do_retry_test(client2, test_bucket, '404', 0, True)
62346234

62356235
# response 404, with cos requestid
62366236
client2 = CosS3Client(conf2)

0 commit comments

Comments
 (0)