Skip to content

Commit 445a4e4

Browse files
committed
Fix comment in test_bucket.py
1 parent 5a7dbae commit 445a4e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/s3/test_bucket.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
Test the `Bucket` class in `src/gardenlinux/s3/bucket.py` by using
33
mock AWS interactions provided by the `moto` module.
44
5-
The `@mock_aws` decorator `moto` provides ensures a fresh
6-
but fake AWS-like environment.
5+
A mock AWS environment is provided by the `s3_setup` fixture found in `conftest.py`.
76
"""
87

98
import io

0 commit comments

Comments
 (0)