1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

test: add entry to oracle provider

This commit is contained in:
Mateus Oliveira Patrício 2021-09-22 16:57:09 -03:00 committed by Lucas Severo Alves
parent 3b1fc13079
commit bf43f7604d

View file

@ -43,5 +43,6 @@ var _ = Describe("[oracle] ", func() {
Entry(common.DataPropertyDockerconfigJSON(f)),
Entry(common.SSHKeySync(f)),
Entry(common.SSHKeySyncDataProperty(f)),
Entry(common.SyncWithoutTargetName(f)),
)
})