Skip to content

Commit d3304e4

Browse files
committed
Update test_plugin.py
1 parent 7d11792 commit d3304e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/customizations/s3/test_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,7 @@ def test_fail_mb_rb(self):
13151315
for i in range(4):
13161316
# Choose a bucket name that already exists.
13171317
p = aws('s3 mb s3://mybucket')
1318-
if "BucketAlreadyExists" in p.stderr:
1318+
if "OperationAborted" not in p.stderr:
13191319
break
13201320
time.sleep(2**i)
13211321
assert "BucketAlreadyExists" in p.stderr

0 commit comments

Comments
 (0)