Skip to content

Commit e1089b2

Browse files
frobertjotruon
authored andcommitted
Fix database tool test
1 parent e984cd6 commit e1089b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

oci/database_tools_database_tools_connection_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ var (
6767
}
6868
databaseToolsConnectionUserPasswordRepresentation = map[string]interface{}{
6969
"value_type": Representation{RepType: Required, Create: `SECRETID`},
70-
"secret_id": Representation{RepType: Required, Create: `ocid1.vaultsecret.region1.sea.amaaaaaazlynb3aahrylxtg7peotj6yybjblsqocjumsg5fp6g1111111111`}, // ${oci_vault_secret.test_secret.id}
70+
"secret_id": Representation{RepType: Required, Create: `ocid1.vaultsecret.dev.dev.amaaaaaaihuofciaie44ubvpggl6zrodrar7ils25hf53qyue3w5t3awtufa`},
7171
}
7272
databaseToolsConnectionKeyStoresKeyStoreContentRepresentation = map[string]interface{}{
7373
"value_type": Representation{RepType: Required, Create: `SECRETID`},
74-
"secret_id": Representation{RepType: Optional, Create: `ocid1.vaultsecret.region1.sea.amaaaaaazlynb3aahrylxtg7peotj6yybjblsqocjumsg5fp6g1111111111`}, // `${oci_vault_secret.test_secret.id}`},
74+
"secret_id": Representation{RepType: Optional, Create: `ocid1.vaultsecret.dev.dev.amaaaaaaihuofciaie44ubvpggl6zrodrar7ils25hf53qyue3w5t3awtufa`},
7575
}
7676
databaseToolsConnectionKeyStoresKeyStorePasswordRepresentation = map[string]interface{}{
7777
"value_type": Representation{RepType: Required, Create: `SECRETID`},
78-
"secret_id": Representation{RepType: Optional, Create: `ocid1.vaultsecret.region1.sea.amaaaaaazlynb3aahrylxtg7peotj6yybjblsqocjumsg5fp6g1111111111`}, //`${oci_vault_secret.test_secret.id}`},
78+
"secret_id": Representation{RepType: Optional, Create: `ocid1.vaultsecret.dev.dev.amaaaaaaihuofciaie44ubvpggl6zrodrar7ils25hf53qyue3w5t3awtufa`},
7979
}
8080

8181
ignoreChangesDatabaseToolsConnectionRepresentation = map[string]interface{}{ // This may vary depending on the tenancy settings

0 commit comments

Comments
 (0)