Explorar el Código

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

Xiaoyu Yao hace 6 años
padre
commit
71c21f0a9b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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