Skip to content

Commit 89a27ce

Browse files
Apply suggestions from code review
Co-authored-by: jonathan343 <43360731+jonathan343@users.noreply.github.com>
1 parent af10666 commit 89a27ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/customizations/s3/test_plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,8 +1372,8 @@ def test_mb_rb(self, s3_utils):
13721372
self.assert_no_errors(p)
13731373

13741374
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
1375+
# S3 can intermittently return an `OperationAborted` exception instead of
1376+
# `BucketAlreadyExists`, so we give this test four attempts
13771377
for i in range(4):
13781378
# Choose a bucket name that already exists.
13791379
p = aws('s3 mb s3://mybucket')

0 commit comments

Comments
 (0)