Skip to content

Commit 7d11792

Browse files
Apply suggestion from @jonathan343
Co-authored-by: jonathan343 <43360731+jonathan343@users.noreply.github.com>
1 parent 4c68d5b commit 7d11792

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
@@ -1310,8 +1310,8 @@ def test_mb_rb(self):
13101310
self.assert_no_errors(p)
13111311

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

0 commit comments

Comments
 (0)