We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af10666 commit 89a27ceCopy full SHA for 89a27ce
1 file changed
tests/integration/customizations/s3/test_plugin.py
@@ -1372,8 +1372,8 @@ def test_mb_rb(self, s3_utils):
1372
self.assert_no_errors(p)
1373
1374
def test_fail_mb_rb(self):
1375
- #S3 can intermittenly return an `OperationAborted` exception instead of
1376
- # `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
1377
for i in range(4):
1378
# Choose a bucket name that already exists.
1379
p = aws('s3 mb s3://mybucket')
0 commit comments