Possibly faulty `test_bucket_create_exists` test
Open
- Dominant language
- Python
- Stars
- 372
- Forks
- 328
- PR merge metrics
- No merged PRs in 30d
Description
Could it be possible that the test `test_bucket_create_exists` faulty because this https://github.com/ceph/s3-tests/blob/master/s3tests_boto3/functional/test_s3.py#L4419-L4420 should rather look like
```diff
- eq(e.status, 409)
+ eq(status, 409)
- eq(e.error_code, 'BucketAlreadyOwnedByYou')
+ eq(error_code, 'BucketAlreadyOwnedByYou')
```
In case the above is true, please let me know. I can create a PR with the fix.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.