Skip to content

Commit 8c684ff

Browse files
author
Ravi Tandon
committed
Fix ADB Test to generate database name with a alphabetic letter
1 parent fa8d762 commit 8c684ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oci/database_autonomous_database_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var (
3636
"values": Representation{repType: Required, create: []string{`${oci_database_autonomous_database.test_autonomous_database.id}`}},
3737
}
3838

39-
adbName = randomString(14, charset)
39+
adbName = randomString(1, charsetWithoutDigits) + randomString(13, charset)
4040

4141
autonomousDatabaseRepresentation = map[string]interface{}{
4242
"admin_password": Representation{repType: Required, create: `BEstrO0ng_#11`, update: `BEstrO0ng_#12`},

0 commit comments

Comments
 (0)