Skip to content

Commit 1eddaa5

Browse files
authored
Merge pull request #203 from lhayhurst/patch-2
Fixed S3 bucket doc
2 parents 75e04eb + 9c47d69 commit 1eddaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest-server-fixtures/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Here's an example on how to run up one of these servers:
222222

223223
```python
224224
def test_connection(s3_bucket):
225-
bucket = s3_bucket.client.Bucket(s3_bucket.bucket_name)
225+
bucket = s3_bucket.client.Bucket(s3_bucket.name)
226226
assert bucket is not None
227227
```
228228

0 commit comments

Comments
 (0)