We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c68d5b commit 7d11792Copy full SHA for 7d11792
1 file changed
tests/integration/customizations/s3/test_plugin.py
@@ -1310,8 +1310,8 @@ def test_mb_rb(self):
1310
self.assert_no_errors(p)
1311
1312
def test_fail_mb_rb(self):
1313
- #S3 can intermittenly return an `OperationAborted` exception instead of
1314
- # `BucketAlreadyExists`, so we give this test three attempts
+ # S3 can intermittently return an `OperationAborted` exception instead of
+ # `BucketAlreadyExists`, so we give this test four attempts
1315
for i in range(4):
1316
# Choose a bucket name that already exists.
1317
p = aws('s3 mb s3://mybucket')
0 commit comments