Skip to content

Commit a0e7b1d

Browse files
committed
Update test_plugin.py
1 parent 89a27ce commit a0e7b1d

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
@@ -1377,7 +1377,7 @@ def test_fail_mb_rb(self):
13771377
for i in range(4):
13781378
# Choose a bucket name that already exists.
13791379
p = aws('s3 mb s3://mybucket')
1380-
if "BucketAlreadyExists" in p.stderr:
1380+
if "OperationAborted" not in p.stderr:
13811381
break
13821382
time.sleep(2**i)
13831383
assert "BucketAlreadyExists" in p.stderr

0 commit comments

Comments
 (0)