We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee0abe commit 9d413e1Copy full SHA for 9d413e1
tests/pr_test.go
@@ -187,7 +187,7 @@ func TestUpgradeSecurityEnforced(t *testing.T) {
187
t.Parallel()
188
189
var region = validRegions[rand.Intn(len(validRegions))]
190
- prefix := fmt.Sprintf("icl-da-secure-upg-%s", strings.ToLower(random.UniqueId()))
+ prefix := fmt.Sprintf("iclda-up-%s", strings.ToLower(random.UniqueId()))
191
192
// ------------------------------------------------------------------------------------
193
// Provision COS and EN first
0 commit comments