Skip to content

Commit 6a096d8

Browse files
committed
Verify bucket property in gardenlinux.s3.S3Artifacts
Signed-off-by: Tobias Wolf <[email protected]>
1 parent a5716da commit 6a096d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/s3/test_s3_artifacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def test_s3artifacts_init_success(s3_setup):
2222
s3_artifacts = S3Artifacts(env.bucket_name)
2323

2424
# Assert
25-
assert s3_artifacts._bucket.name == env.bucket_name
25+
assert s3_artifacts.bucket.name == env.bucket_name
2626

2727

2828
def tets_s3artifacts_invalid_bucket():

0 commit comments

Comments
 (0)