Skip to content

Commit 9d413e1

Browse files
authored
fix the prefix length used in upgrade test (#45)
1 parent 2ee0abe commit 9d413e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ func TestUpgradeSecurityEnforced(t *testing.T) {
187187
t.Parallel()
188188

189189
var region = validRegions[rand.Intn(len(validRegions))]
190-
prefix := fmt.Sprintf("icl-da-secure-upg-%s", strings.ToLower(random.UniqueId()))
190+
prefix := fmt.Sprintf("iclda-up-%s", strings.ToLower(random.UniqueId()))
191191

192192
// ------------------------------------------------------------------------------------
193193
// Provision COS and EN first

0 commit comments

Comments
 (0)