Skip to content

Commit 71c21f0

Browse files
authored
HDDS-1813. Fix false warning from ozones3 acceptance test. Contributed by Xiaoyu Yao. (#1107)
1 parent d429d74 commit 71c21f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hadoop-ozone/dist/src/main/smoketest/s3/bucketcreate.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ${BUCKET} generated
2828
*** Test Cases ***
2929

3030
Create bucket which already exists
31-
# Bucket already is created in Test Setup.
31+
# Bucket already is created in Test Setup.
3232
${result} = Execute AWSS3APICli create-bucket --bucket ${BUCKET}
3333
Should contain ${result} ${BUCKET}
3434
Should contain ${result} Location

0 commit comments

Comments
 (0)