Browse Source

HDDS-1813. Fix false warning from ozones3 acceptance test. Contributed by Xiaoyu Yao. (#1107)

Xiaoyu Yao 5 years ago
parent
commit
71c21f0a9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hadoop-ozone/dist/src/main/smoketest/s3/bucketcreate.robot

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

@@ -28,7 +28,7 @@ ${BUCKET}             generated
 *** Test Cases ***
 
 Create bucket which already exists
- # Bucket already is created in Test Setup.
+# Bucket already is created in Test Setup.
     ${result} =         Execute AWSS3APICli         create-bucket --bucket ${BUCKET}
                         Should contain              ${result}         ${BUCKET}
                         Should contain              ${result}         Location