update RandomStrLength from 3 to 5 in E2E test

Signed-off-by: changzhen <changzhen5@huawei.com>
This commit is contained in:
changzhen 2022-09-07 10:50:11 +08:00
parent 49fd8180c8
commit f661b5a93c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import (
const ( const (
// RandomStrLength represents the random string length to combine names. // RandomStrLength represents the random string length to combine names.
RandomStrLength = 3 RandomStrLength = 5
) )
const ( const (