Skip to content

Commit 04953d8

Browse files
committed
adapt readme for smoke aws test
1 parent 2918423 commit 04953d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/templates/kuttl/smoke_aws/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aws s3api create-bucket --bucket ${BUCKET_NAME} --region eu-central-1 --create-b
1212
aws s3 cp yellow_tripdata_2021-07.csv s3://${BUCKET_NAME}/taxi-data/
1313
```
1414

15-
You will need to update the bucket name in [check-s3.py](check-s3.py).
15+
You will need to update the bucket name in the assert call for [check-s3.py](../commons/check-s3.py).
1616

1717
## Add AWS credentials
1818

0 commit comments

Comments
 (0)